> ## 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 · Crypto Overview

> Swap prints, OHLC bars, and VWAP windows for ERC-20 pairs on EVM chains.

## Overview

Crypto spot endpoints read datasets **`0302`** ([swap prints](/data-catalog/evm/prices/token-to-token-prices-swap-prints)), **`0404`** ([OHLC](/data-catalog/evm/prices/token-to-token-prices-ohlc)), and **`0405`** ([VWAP](/data-catalog/evm/prices/token-to-token-vwap)). Buckets use `bucket_seconds` ∈ {`60`,`300`,`900`,`1800`,`3600`,`14400`,`86400`} as documented in those catalogs.

### Endpoint matrix

| Endpoint                                                                                                     | Summary                  | Dataset ID |
| ------------------------------------------------------------------------------------------------------------ | ------------------------ | ---------- |
| [`POST /evm/prices/spot/crypto/prints`](/api-reference/evm/prices/crypto/prices-spot-prints)                 | Realized swap executions | `0302`     |
| [`POST /evm/prices/spot/crypto/ohlc`](/api-reference/evm/prices/crypto/prices-spot-ohlc)                     | OHLC bars                | `0404`     |
| [`POST /evm/prices/spot/crypto/vwap`](/api-reference/evm/prices/crypto/prices-spot-vwap)                     | VWAP bars (per pool)     | `0405`     |
| [`POST /evm/prices/spot/crypto/vwap-aggregate`](/api-reference/evm/prices/crypto/prices-spot-vwap-aggregate) | VWAP bars (cross-pool)   | `0505`     |

### Conventions

<ParamField body="chain_id" type="number" required>Target EVM chain.</ParamField>

Use `pool_uids`, `token_in` / `token_out` (or equivalent address fields per endpoint), `exchange_ids`, and time or block ranges as documented on each page. Binary address and id fields are hex strings without `0x` in JSON.

### Pagination

[Pagination & Limits](/api-reference/overview/pagination-and-limits).

### See also

* [Dataset ID](/api-reference/enumerations/dataset-id)
* [Token-to-token OHLC catalog](/data-catalog/evm/prices/token-to-token-prices-ohlc)
