Overview
Public pricing surfaces align with the data catalog: swap prints (0302), token-to-token OHLC (0404), token-to-token VWAP (0405), and token-to-USD VWAP (0605). See also Dataset ID.
Endpoint matrix (crypto)
| Endpoint | Summary | Dataset ID |
|---|
POST /evm/prices/spot/crypto/prints | Executed swap prints | 0302 |
POST /evm/prices/spot/crypto/ohlc | OHLC time buckets per pool and direction | 0404 |
POST /evm/prices/spot/crypto/vwap | VWAP time buckets per pool and direction | 0405 |
POST /evm/prices/spot/crypto/vwap | Cross-pool VWAP (aggregated) | 0505 |
Endpoint matrix (fiat)
| Endpoint | Summary | Dataset ID |
|---|
POST /evm/prices/spot/fiat/vwap | Token-to-USD VWAP buckets | 0605 |
Common parameters
Target EVM chain (
Chain).
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).
limit (default 250, max 1000) and cursor — Pagination & Limits.
See also
Last modified on March 31, 2026