| Account & Usage | GET /usage | Usage + compute units for the authenticated API key | — |
| Primitives | POST /evm/raw/blocks | Canonical block headers and integrity metadata | 0101 |
| Primitives | POST /evm/raw/blocks/summary | Derived metrics view over blocks | — |
| Primitives | POST /evm/raw/transactions | Executed transactions with gas accounting | 0102 |
| Primitives | POST /evm/raw/logs | Event logs emitted by smart contracts | 0103 |
| Primitives | POST /evm/raw/contracts | Deployed contract metadata keyed by address | 0104 |
| Primitives | POST /evm/raw/function-results | Deterministic contract call outputs | 0105 |
| Entities | POST /evm/tokens/erc20 | ERC-20 token registry | 0201 |
| Entities | POST /evm/tokens/erc721 | ERC-721 collection metadata | 0202 |
| Entities | POST /evm/pools | AMM pool registry | 0203 |
| Entities | POST /evm/pools/fee-terms | Pool fee configuration (absolute fee fractions) | 0204 |
| Reserves | POST /evm/reserves | Normalized pool reserve snapshots | 0301 |
| Swaps | POST /evm/swaps/fees | Per-swap fee accounting | 0303 |
| Yields | POST /evm/yields | Rolling yield/ROI predictions | 0411 |
| Prices (crypto) | POST /evm/prices/spot/crypto/depth | Depth curves for spot pairs | 0401 |
| Prices (crypto) | POST /evm/prices/spot/crypto/impact-grid | Price impact grid over notional sizes | 0402 |
| Prices (crypto) | POST /evm/prices/spot/crypto/prints | Executed swap prints | 0302 |
| Prices (crypto) | POST /evm/prices/spot/crypto/ohlc | OHLC candles | 0403 |
| Prices (crypto) | POST /evm/prices/spot/crypto/vwap | VWAP windows | 0405 |
| Prices (crypto) | POST /evm/prices/spot/crypto/lwap | LWAP windows | 0502 |
| Prices (fiat) | POST /evm/prices/spot/fiat/ohlc | OHLC in fiat quotes | 0601 |
| Prices (fiat) | POST /evm/prices/spot/fiat/vwap | VWAP in fiat quotes | 0602 |
| Lineage | POST /evm/lineage/record | Fetch a record by _tracing_id | — |
| Lineage | POST /evm/lineage/genesis | Fetch genesis artifacts for a record | — |
| Lineage | POST /evm/lineage/parents | Traverse upstream parents | — |
| Verification | POST /evm/verify/receipt-root | Recompute receipt trie root | — |
| Verification | POST /evm/verify/logs-bloom | Recompute logs bloom filter | — |