> ## Documentation Index
> Fetch the complete documentation index at: https://whitebit-mintlify-convert-estimation-tip-1774625811.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Market Statistics

## Field Descriptions

Understanding the market statistics fields:

* **period**: The time window in seconds for the statistics
* **last**: Current last trade price
* **open**: The price at the beginning of the period (at 'now - period' time)
* **close**: The closing price for the period (typically same as `last` for current period)
* **high**: Highest price reached during the period
* **low**: Lowest price reached during the period
* **volume**: Total trading volume in [stock](/glossary#stock) currency (base currency)
* **deal**: Total trading volume in [money](/glossary#money) currency (quote currency)

## Subscription Limitation

<Warning>
  Subscriptions support only a **24-hour period** (86400 seconds). Custom period subscriptions are not supported.
</Warning>

For queries (`market_request`), specify any valid period. For subscriptions (`market_subscribe`), the period is fixed at 24 hours from the current time.
