cURL
curl --request POST \ --url https://api.rem.money/v1/redeem \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "walletId": "<string>", "currency": "SGD", "bankAccount": "<string>", "amount": "<string>" } '
{ "id": "<string>", "status": "pending", "tx_hash": "<string>", "chain": "<string>", "amount": "<string>" }
Redeem USDC to fiat or settle to a destination bank account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SGD
HKD
USD
JPY
AUD
Redeem accepted
pending
settled
failed