BlockReq API
BlockReq provides a REST API to manage your account, RPC endpoints, Request Count, wallet value, API keys, notifications, and usage programmatically.
Getting Started
- Go to Dashboard → Settings to create an API Key
- Use the API Key as a Bearer token in the
Authorizationheader - Refer to the public OpenAPI documentation for all available endpoints
Interactive API Docs — View the deterministic public OpenAPI reference for BlockReq REST API endpoints
Dashboard Settings — Create and manage your API Keys
Authentication
All API requests require a valid API Key in the Authorization header:
curl -H "Authorization: Bearer BRQ1P0000000000000000000000000000000000000000000000000000" \
https://blockreq.com/api/dashboard/creditsAvailable Resources
| Resource | Description |
|---|---|
| Endpoints | Create, list, and manage RPC endpoints |
| Request Count & wallet | Check Requests remaining, Wallet balance, wallet top-ups, and transactions |
| Billing | View payment history and manage payment methods |
| Teams | Manage team members and invitations |
| API Keys | Create and revoke API keys |
| Plans | View the effective plan and switch self-serve billing modes |
For the full list of public endpoints and request/response schemas, visit the Interactive API Docs. Use Dashboard Settings to create or rotate API keys.