Market Data
Get 24-hour ticker
Returns 24-hour ticker statistics for a market.
get/ticker/{market}
Path parameters
marketstring required
Market symbol.
Response
Ticker returned successfully.
Example response
{
"symbol": "BTCZAR",
"last": "1020000.00",
"open": "1000000.00",
"high": "1050000.00",
"low": "990000.00",
"change": "20000.00",
"change_pct": "2.00",
"volume": "3.50000000",
"quote_volume": "0",
"timestamp": 1710000000
}Changes
No recorded changes to this endpoint across all 1 revision of this API.