Skip to main content

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)

EndpointSummaryDataset ID
POST /evm/prices/spot/crypto/printsExecuted swap prints0302
POST /evm/prices/spot/crypto/ohlcOHLC time buckets per pool and direction0404
POST /evm/prices/spot/crypto/vwapVWAP time buckets per pool and direction0405
POST /evm/prices/spot/crypto/vwapCross-pool VWAP (aggregated)0505

Endpoint matrix (fiat)

EndpointSummaryDataset ID
POST /evm/prices/spot/fiat/vwapToken-to-USD VWAP buckets0605

Common parameters

chain_id
number
required
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).

Pagination

limit (default 250, max 1000) and cursorPagination & Limits.

See also

Last modified on March 31, 2026