Skip to main content

Overview

BlockDB API uses structured error envelopes with consistent codes, HTTP status, retry guidance, and links back to the docs. Use hint, severity, and retryable to decide whether to fix the request or retry later.

Error Response Format

All error responses follow this structure (fields may vary by code):

Common Error Codes

Authentication & Authorization

Error Code Reference by Category

  • UNAUTHORIZED (401)
  • FORBIDDEN (403)
  • BAD_REQUEST (400)
  • NOT_FOUND (404)
  • RATE_LIMIT_EXCEEDED (429)
  • PAYLOAD_TOO_LARGE (413)
  • INTERNAL_SERVER_ERROR (500)

See Also

Last modified on April 6, 2026