invalid_address

Invalid address

HTTP status: 422 Retryable: No

Description

The blockchain address provided does not conform to the expected format for the requested chain. This may be a wrong checksum, an unsupported encoding, or an address from a different network.

Resolution

Ensure the address is valid for the chain you are querying. For EVM chains use EIP-55 checksum encoding. For UTXO chains verify that the address prefix matches the target network.

Example response

{
  "error": {
    "code": "invalid_address",
    "docUrl": "https://docs.blockdaemon.com/errors/invalid_address",
    "message": "The provided address is not a valid address",
    "occurredAt": "2026-02-10T10:00:00Z",
    "requestId": "req_abc123xyz",
    "status": 422
  }
}