Ticker & Price
Latest price and rolling 24-hour statistics.
/api/v1/ticker/priceWeight: 1PUBLICGet the latest traded price for one symbol, or for every symbol when you omit the parameter.
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | STRING | No | Return one symbol only; omit for all |
/api/v1/ticker/24hrWeight: 1 (40 for all symbols)PUBLICRolling 24-hour statistics: price change, high, low, volume and last price.
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | STRING | No | One symbol; omit for all (higher weight) |