Get Exchange Rate
Developing
Request
Body Params application/jsonRequired
{
"sellCurrency": "USDT",
"buyCurrency": "USD",
"amount": 358.79,
"clientId": 600002706
}
Request Code Samples
curl --location 'https://openapi.dev.stablelink.app/trade/exchange-rate' \
--header 'Content-Type: application/json' \
--data '{
"sellCurrency": "USDT",
"buyCurrency": "USD",
"amount": 358.79,
"clientId": 600002706
}'
Responses
application/json
{
"retcode": "13",
"retdata": {
"sellCurrency": "USDT",
"buyCurrency": "USD",
"channelRate": 40,
"rateExpiryTime": "2025-05-14 17:46:00",
"developerFixAmount": 399,
"developerRate": 77,
"developerFee": 33,
"clientId": 23
},
"success": false
}
Modified at 2026-03-31 05:13:12