route_not_found

Swap route not available

HTTP status: 404 Retryable: No

Description

No liquidity route exists between the requested source and destination chains and tokens at this time. Route availability depends on market liquidity conditions and may be temporarily unavailable.

Resolution

Try different token pairs or check back later. Verify that both the source and destination tokens are supported on their respective chains before retrying.

Example response

{
  "error": {
    "code": "route_not_found",
    "docUrl": "https://docs.blockdaemon.com/errors/route_not_found",
    "message": "No swap route is available between the requested chains and tokens",
    "occurredAt": "2026-02-10T10:00:00Z",
    "requestId": "req_abc123xyz",
    "status": 404
  }
}