Market
Tickers
GET /v1/public/market/tickers
NOTE
- Don't include trailing slash
/at the end of the endpoint. Doing so can result in a “not found” error. - API requests inside
/publicdo not require api key to be access.
INFO
The ack of market tickers indicates that the request is successfully accepted.
Request Parameters
| Parameter | Required | Type | Comments |
|---|---|---|---|
| symbol | true | string | Values:
|
Response Parameters
| Parameter | Type | Comments |
|---|---|---|
| statusCode | number | 200 |
| result | object | Result object |
| result.symbol | string | Trading pair symbol |
| result.interval | string | Kline interval |
| result.list | array | Array of ticker data: [timestamp, open, high, low, close, volume, turnover] |
| message | string | Response message |