bk_.
Creating an API key
1
Open the dashboard
Log in to app.blockra.io and navigate to Developers → API Keys.
2
Create a new key
Click Create API Key, give the key a descriptive name, and select the scopes it needs.
3
Copy the key
Copy the full key value immediately — it is shown only once. Store it in a secrets manager or environment variable.
Sending your key
Pass the key on every request using either theX-API-Key header or as a Bearer token in the Authorization header:
Scopes
Each API key is granted a set of scopes at creation. A request to an endpoint that requires a scope your key does not have returns403 with code HTTP_403.
Rate limits
Requests are rate-limited per API key, and the ceiling comes from your plan:
Exceeding it returns
429 with code RATE_LIMIT_EXCEEDED. Back off and retry after a short delay.
Every response carries the current state, so you can throttle before you are throttled:

