invalid_parameter

Invalid parameter value

HTTP status: 400 Retryable: No

Description

One or more parameters in your request have invalid values — wrong type, out of range, or in an unsupported format.

Resolution

Review the details field in the error response to identify which parameter failed validation. Correct the value according to the endpoint documentation and retry.

Example response

{
  "error": {
    "code": "invalid_parameter",
    "docUrl": "https://docs.blockdaemon.com/errors/invalid_parameter",
    "message": "One or more request parameters are invalid",
    "occurredAt": "2026-02-10T10:00:00Z",
    "requestId": "req_abc123xyz",
    "status": 400
  }
}