FxQuoteExpired 422

When does this happen?

The FX quote attached to the payment instruction has expired. Exchange rates are time-limited to protect against rate fluctuations.

Example response

{
  "_tag": "FxQuoteExpired",
  "type": "FxQuoteExpired",
  "message": "FX quote has expired. Please re-resolve to get a fresh rate.",
  "docs_url": "https://docs.borderli.dev/errors/FxQuoteExpired"
}

What to do

Call POST /v1/resolve again with wallet_currency to get a fresh exchange rate, then execute the new instruction.

← Back to Error Handling