Get Market List
Request via this endpoint to get the transaction currency for the entire trading market.
TIP
SC has been changed to USDS, but you can still use SC as a query parameter
TIP
The three markets of ETH, NEO and TRX are merged into the ALTS market. You can query the trading pairs of the ETH, NEO and TRX markets through the ALTS trading area.
HTTP REQUEST
GET /api/v1/markets
Example
GET /api/v1/markets
//Get Market List
{
"data": [
"USDS", //SC has been changed to USDS
"BTC",
"KCS",
"ALTS", //ALTS market includes ETH, NEO, TRX
"NFT-ETF",
"FIAT",
"DeFi",
"NFT",
"Metaverse",
"Polkadot",
"ETF"
],
"code": "200000"
}
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Public weight
:3