This method shows market statistics from last 24 hours: highest/lowest order and volume. Applies to selected market or all markets if market code parameter is left blank.

Path Params

trading_pair
string

Optional: symbol of trading pair you want information about.

📘

If you want to get information from specific market just use below path:
https://api.zondacrypto.exchange/rest/trading/stats/BTC-PLN

Response details

KeyTypeDescription
statsarray
* m stringCurrency pair of the market
* h decimalHighest rate of the last 24 hours
* l decimalLowest rate of the last 24 hours
* v decimalVolume of the last 24 hours
* r24hdecimalOpening rate of the 24-hour time window.
Language