Currency Exchange

Exchange stablecoins. For example, you can exchange USDT for CADT.

Request

{
    "offerId":"OFFER_ID",
    "amount": 1000
}
Amount is in the currency you want to sell.
Field
Data Type
Required
Description

offerId

String

True

The ID if the offer to be booked

amount

String

True

Amount is in the currency you want to sell.

Response

{
    "code": "P00",
    "message": "Success",
    "data": {
        "transactionId": "2c9f972e84e346e60184f50e82a00000"
    }
}

Last updated