1. Usdt live data
https://domain/api/crypto_currency/usdt_live_data
1.1) request body
name |
type |
necessary |
remark |
|
1.2) response body
name |
type |
remark |
success |
bool |
true/false |
errCode |
string |
error code: 0 is success, Non-zero is error code |
errMsg |
string |
error message when error code is non-zero |
data |
T |
bussiness entity |
data description
name |
type |
remark |
token |
string |
USDT |
fiatCurrency |
string |
INR |
exchanges |
list |
[{"name": "Binance", "rate": "93.11"}] |
2. Usdt price trends
https://domain/api/crypto_currency/usdt_trend
2.1) request body
name |
type |
necessary |
remark |
|
2.2) response body
name |
type |
remark |
success |
bool |
true/false |
errCode |
string |
error code: 0 is success, Non-zero is error code |
errMsg |
string |
error message when error code is non-zero |
data |
list<T> |
business data |
T description
name |
type |
remark |
date |
int |
date timestamp |
rate |
float |
rate for usdt market price. |