Get Market Information for All Trading Pairs
Type: GET
Description: /future/market/v1/public/q/tickers
Note:
This method does not require a signature.
Response Example
Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": [
{
"a": "", // 24h volume
"c": "", // Latest price
"h": "", // Highest price in 24 hours
"l": "", // Lowest price in 24 hours
"o": "", // The first transaction price 24 hours ago
"r": "", // 24h Price Fluctuation Limit
"s": "", // Trading pair
"t": 0, // Time
"v": "" // 24h turnover
}
],
"returnCode": 0
}