Skip to content

BlockReq API

BlockReq provides a REST API to manage your account, endpoints, billing, and usage programmatically.

  1. Go to Dashboard → Settings to create an API Key
  2. Use the API Key as a Bearer token in the Authorization header
  3. Refer to the interactive API documentation for all available endpoints

All API requests require a valid API Key in the Authorization header:

Terminal window
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://blockreq.com/api/dashboard/credits
ResourceDescription
EndpointsCreate, list, and manage RPC endpoints
CreditsCheck balance, top-up, and view transactions
BillingView payment history and manage payment methods
TeamsManage team members and invitations
API KeysCreate and revoke API keys
PlansView and switch subscription plans