Get Transferable Currencies
HTTP Request
- GET
/api/v1/contract/support_currencies
Request Parameters
None
Response Parameters
The "data" field is an array of strings. Each string represents a supported currency.
Response
{
"success": true,
"code": 0,
"data": [
"STETH",
"MXSOL",
"CRV",
"USDT",
"DOGE",
"ATOM",
"WBTC",
"CHZ",
"XRP",
"XLM",
"LINK",
"TRX",
"BSV",
"BCH",
"SUI",
"DOT",
"FIL",
"MX",
"BTC",
"WLFI",
"SOL",
"AVAX",
"ETC",
"BNB",
"ETH",
"USDE",
"LTC",
"USDC",
"ADA"
]
}