Skip to main content

Get Transferable Currencies

Request Example

curl "https://api.mexc.com/api/v1/contract/support_currencies"

Response Example

{
"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"
]
}
  • 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.