> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockdb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing Suite Overview

> Spot pricing: swap prints, OHLC and VWAP time buckets for token pairs, and token-to-USD VWAP.

## Overview

Public pricing surfaces align with the data catalog: **swap prints** ([`0302`](/data-catalog/evm/prices/token-to-token-prices-swap-prints)), **token-to-token OHLC** ([`0404`](/data-catalog/evm/prices/token-to-token-prices-ohlc)), **token-to-token VWAP** ([`0405`](/data-catalog/evm/prices/token-to-token-vwap)), and **token-to-USD VWAP** ([`0605`](/data-catalog/evm/prices/token-to-fiat-vwap)). See also [Dataset ID](/api-reference/enumerations/dataset-id).

### Endpoint matrix (crypto)

| Endpoint                                                                                     | Summary                                  | Dataset ID |
| -------------------------------------------------------------------------------------------- | ---------------------------------------- | ---------- |
| [`POST /evm/prices/spot/crypto/prints`](/api-reference/evm/prices/crypto/prices-spot-prints) | Executed swap prints                     | `0302`     |
| [`POST /evm/prices/spot/crypto/ohlc`](/api-reference/evm/prices/crypto/prices-spot-ohlc)     | OHLC time buckets per pool and direction | `0404`     |
| [`POST /evm/prices/spot/crypto/vwap`](/api-reference/evm/prices/crypto/prices-spot-vwap)     | VWAP time buckets per pool and direction | `0405`     |
| [`POST /evm/prices/spot/crypto/vwap`](/api-reference/evm/prices/crypto/prices-spot-vwap)     | Cross-pool VWAP (aggregated)             | `0505`     |

### Endpoint matrix (fiat)

| Endpoint                                                                                  | Summary                   | Dataset ID |
| ----------------------------------------------------------------------------------------- | ------------------------- | ---------- |
| [`POST /evm/prices/spot/fiat/vwap`](/api-reference/evm/prices/fiat/prices-spot-vwap-fiat) | Token-to-USD VWAP buckets | `0605`     |

### Common parameters

<ParamField body="chain_id" type="number" required>Target EVM chain ([Chain](/api-reference/enumerations/chain)).</ParamField>

Range filters (`from_block`/`to_block` **or** `from_timestamp`/`to_timestamp`) and pool/token selectors follow the same mutual-exclusion rules as other Historic endpoints. See each endpoint page for required fields (e.g. bucket size, token addresses, `pool_uids`).

### Pagination

`limit` (default `250`, max `1000`) and `cursor` — [Pagination & Limits](/api-reference/overview/pagination-and-limits).

### See also

* [Pricing Suite · Crypto](/api-reference/evm/prices/crypto/overview)
* [Pricing Suite · Fiat](/api-reference/evm/prices/fiat/overview)
* [Digital Exchange](/api-reference/enumerations/digital-exchange)
