Redeem stablecoins
Redeem stablecoins. For example, you can redeem USDT for USD.
Request
{
"assetSymbol":"USDT",
"amount": 1000
}
You can only redeem stablecoins. You must hold enough amount of stablecoin in your balance.
Field
Data Type
Required
Description
assetSymbol
String
True
Symbol of the asset that you want to redeem.
amount
String
True
Amount that you want to redeem.
Response
{
"code": "P00",
"message": "Success",
"data": {
"transactionId": "2c9f972e84e346e60184f50e82a00000"
}
}
Last updated