Market statistics

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

Key

Type

Description

stats

array

  • m

string

Currency pair of the market

  • h

decimal

Highest rate of the last 24 hours

  • l

decimal

Lowest rate of the last 24 hours

  • v

decimal

Volume of the last 24 hours

  • r24h

decimal

Opening rate of the 24-hour time window.

Language