Get Market Information for Specific Trading Pair
Type: GET
Description: /future/market/v1/public/q/ticker
Note:
This method does not require a signature.
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | true | N/A | Trading pair |
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
}