BlockReq API
BlockReq provides a REST API to manage your account, endpoints, billing, and usage programmatically.
Getting Started
Section titled “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 interactive API documentation for all available endpoints
Interactive API Docs (Swagger UI) Explore and test all BlockReq REST API endpoints in real-time
Dashboard Settings Create and manage your API Keys
Authentication
Section titled “Authentication”All API requests require a valid API Key in the Authorization header:
curl -H "Authorization: Bearer YOUR_API_KEY" \ https://blockreq.com/api/dashboard/creditsAvailable Resources
Section titled “Available Resources”| Resource | Description |
|---|---|
| Endpoints | Create, list, and manage RPC endpoints |
| Credits | Check balance, top-up, and view transactions |
| Billing | View payment history and manage payment methods |
| Teams | Manage team members and invitations |
| API Keys | Create and revoke API keys |
| Plans | View and switch subscription plans |