Skip to main content
When calling the /quote/v2 endpoint, various errors may be returned depending on request conditions, user input, or internal routing logic. This guide outlines the possible error codes, their meanings, and how to handle them.

Expected Errors

These are known validation and routing issues that developers should gracefully handle in their integrations:
REQUEST_TIMED_OUT and RPC_HTTP_ERROR indicate transient upstream infrastructure issues, not problems with your request. Retry with backoff before surfacing a failure to the user.

Unexpected Errors

These indicate infrastructure or downstream failures and are not common:

Example Error Responses

Invalid Input Currency

No Routes Found

Destination Transaction Failed