Market
Get Tickers
Query for the latest price snapshot, best bid/ask price, and trading volume in the last 24 hours.
get/api/v1/market/tickers
Query parameters
symbolstring
Example:BTCUSDC
Response
Tickers
Example response
{
"list": [
{
"next_funding_time": "1672531200000",
"symbol": "BTCUSDC"
}
]
}