Ticker
The ticker endpoint is to provide a 24-hour pricing and volume summary for each market pair available on the exchange.
Ticker
Name
Type
Description
{
"status":"true",
"msg":"success",
"result": {
"BTC_USDT" : {
"base_id": 1,
"quote_id": 1,
"last_price": 70000,
"base_volume": 0,
"quote_volume": 0,
"isFrozen": 0,
}, ...
{
}Last updated