Tickers

GET /api/v3/ticker

Query Parameters

ParameterTypeDescription
pairstringpair symbol like BTC_USDT
public_api.ticker()

Response

[{
    "pair": "BTC_USDT",
    "last": 45000.0,
    "open": 44990.0,
    "vol": 1000.0,
    "buy": 44990.0,
    "sell": 45010.0,
    "high": 45500.0,
    "low": 44500.0,
    "diff": 10.0,
    "diff_percent": 0.02,
    "price_precision": 2,
    "amount_precision": 8,
    "timestamp": 1630862400.0
}, ...]