Skip to main content
The BlockDB Python SDK supports Python 3.x and covers all EVM API endpoints. The primary client is async (built on httpx); a synchronous wrapper is included for scripts and notebooks.

Where it’s available

Installation

Quick examples

Prices example

Pagination

Every endpoint returns a PagedResponse[T] with a cursor field. Use async_pages to iterate all pages automatically:

Configuration reference

Create and rotate keys in dashboard.blockdb.io. See Authorization for BLOCKDB_API_KEY and best practices.
Last modified on April 22, 2026