Skip to main content
The Blockradar API uses standard HTTP status codes to indicate whether a request succeeded or failed. When a request fails, the response body contains a message field describing what went wrong.

HTTP status codes

Error response format

Handling errors

Check the statusCode field on every response. For 4xx errors, inspect message to understand what to fix. For 500 errors, retry with exponential backoff and contact support if the issue persists.

Full API Reference

View the errors reference in the API Reference tab.