Skip to main content

Tickers

Returns a list of tickers.

GET /v1/market/tickers

Query Parameters

Paramtypedescription

Response

ParamTypeExampleDescription
-[]Ticker--

Response Example

{
"success": true,
"data": [
{
"symbol": "KLV-USDT",
"basePrecision": "6",
"quotePrecision": "6",
"baseVolume": "2.27702047",
"quoteVolume": "284.62755875",
"price": "0.007832",
"high": "0.008124",
"low": "0.007598",
"bid": "0.007831",
"ask": "0.007833",
"variationPrice": "0.000369",
"variationRatePrice": "0.73",
"time": 1647903524
},
{
"symbol": "KLV-BTC",
"basePrecision": "1",
"quotePrecision": "10",
"baseVolume": "403360.728698976",
"quoteVolume": "0.2218484007844368",
"price": "0.00000055",
"high": "0.00000055",
"low": "0.00000049",
"bid": "0.00000055",
"ask": "0.00000055",
"variationPrice": "0.00000006",
"variationRatePrice": "12.244897959183673",
"time": 1647903524
}
]
}