internal_error

Internal server error

HTTP status: 500 Retryable: Yes

Description

An unexpected error occurred on the Blockdaemon API. This is not caused by your request and indicates a server-side problem.

Resolution

Retry the request after a short delay using exponential backoff. If the error persists across multiple retries, contact Blockdaemon support and include your requestId.

Example response

{
  "error": {
    "code": "internal_error",
    "docUrl": "https://docs.blockdaemon.com/errors/internal_error",
    "message": "An unexpected error occurred",
    "occurredAt": "2026-02-10T10:00:00Z",
    "requestId": "req_abc123xyz",
    "status": 500
  }
}