Skip to main content
The BlockDB .NET SDK targets .NET 10 and covers all EVM API endpoints. It sends your API key on every request, and supports cursor-based pagination, retries, and client-side rate limiting.

Where it’s available

Installation

Quick examples

Pagination

Every endpoint returns PagedResponse<T> with a Cursor property. Pass the cursor back to retrieve the next page.

Configuration reference

See Authorization for creating and rotating API keys.
Last modified on April 22, 2026