POST /redeem
This endpoint initiates a token redemption process by generating an unsigned redeem transaction. It performs several checks: validating input parameters, verifying the recipient’s token allowance, resolving the bank account details, and sending a notification email. The unsigned transaction details are then returned to the client for signing and broadcasting.
Headers
Body
Example 1
- ENSC Redemption (Cash-To-Bank)
- Response (200) Ok
- USDC Redemption (Crypto)
- Response (200) Ok
- Missing payoutEmail (when assetType is ENSC):
- Invalid Recipient Address:
- Asset Not Supported:
- Insufficient Allowance:
- Bank Account Resolution Failure (for ENSC):