Skip to main content

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.

Video walkthrough

BlockDB Free Account, API Key & First Query in 2 Minutes — sign up, create a key, and run your first query:
For written steps, see the Quick Start Guide. Version: v1
Last Updated: 2026-05-12

Base URL

https://api.blockdb.io/v1
Use HTTPS for every request. Data endpoints are POST with a JSON body and typically return an envelope with data, cursor, and count for pagination. Account endpoints such as GET /usage and GET /health use GET with no body.

Authentication

Authentication uses API keys from dashboard.blockdb.io (up to five active keys per account). Send the key on every request as Authorization: Bearer <API_KEY>. Entitlements (datasets and chains) are tied to your account; monthly compute units and RPS are account-wide and shared across all keys—you cannot assign separate usage or rate limits to individual keys. Requests without a valid key return 401. See Authorization and Rate limiting.
The API never accepts query parameters for filters. Always place filters in the JSON body (for example, chain_id, block ranges, or address lists).

Endpoint families

Ledger & execution

Blocks, transactions, logs, internal traces, contracts, and function results.

Tokens & liquidity

ERC-20/721/1155 registries, pools, fee terms, reserves, transfers, and swap fees.

Pricing & TVL

Swap prints, OHLC, per-pool and cross-pool VWAP, token-to-USD VWAP, yields, and TVL.

Flash loans & arbitrage

Flash loan prints, arb paths, path status, and opportunities.

Lineage, verification, and JSON-RPC

  • Lineage — Resolve records, genesis artifacts, and parent graphs from _tracing_id.
  • Verification — Recompute receipt trie roots and log blooms for integrity checks.
  • JSON-RPC — Proxied Ethereum JSON-RPC methods with chain_id routing.

Enumerations & shared metadata

Contact & support

support@blockdb.io
Last modified on May 12, 2026