AMOUNT_TOO_LOW | The amount provided is below the minimum threshold required for a quote. |
CHAIN_DISABLED | The origin or destination chain is currently disabled or unsupported. |
EXTRA_TXS_NOT_SUPPORTED | Extra transactions are not supported for this trade type. |
FORBIDDEN | User does not have the required role or permission. |
INSUFFICIENT_FUNDS | The user’s wallet does not have enough balance to perform the swap. |
INSUFFICIENT_LIQUIDITY | There is not enough liquidity available to complete the swap. |
INVALID_ADDRESS | The provided user address is not valid. |
INVALID_EXTRA_TXS | The total value of extra transactions exceeds the intended output. |
INVALID_GAS_LIMIT_FOR_DEPOSIT_SPECIFIED_TXS | Deposit-specified transactions are only allowed for exact output swaps. |
INVALID_INPUT_CURRENCY | The provided input currency address is invalid or not supported. |
INVALID_OUTPUT_CURRENCY | The provided output currency address is invalid or not supported. |
INVALID_SLIPPAGE_TOLERANCE | Slippage value is not a valid integer string representing basis points. |
NO_INTERNAL_SWAP_ROUTES_FOUND | No valid swap route exists internally for the selected token pair. |
NO_QUOTES | No available quotes for the given parameters. |
NO_SWAP_ROUTES_FOUND | No route was found to fulfill the quote request with the given parameters. |
ROUTE_TEMPORARILY_RESTRICTED | This route is temporarily restricted due to high traffic or throttling. |
SANCTIONED_CURRENCY | The token involved in the transaction is on a sanctions list. |
SANCTIONED_WALLET_ADDRESS | The sender or recipient wallet address is sanctioned or blacklisted. |
SWAP_IMPACT_TOO_HIGH | The swap’s price impact exceeds acceptable thresholds. |
UNAUTHORIZED | The user is not authenticated or lacks valid authorization. |
UNSUPPORTED_CHAIN | The specified chain is not supported by the platform. |
UNSUPPORTED_CURRENCY | The specified currency is not supported for input or output. |
UNSUPPORTED_EXECUTION_TYPE | The execution type used is not supported for fee estimation or execution. |
UNSUPPORTED_ROUTE | The swap route combination is not supported. |
USER_RECIPIENT_MISMATCH | User and recipient addresses must match for this type of swap. |