Common failure modes and how clients should react.
Validation errors: invalid chain/token/amount.
Route unavailable: no candidates pass validation.
Execution blocked: slippage, health gate, or safety checks.
Temporary upstream failures: engine degraded.
Treat quote calls as non-idempotent only when they trigger execution.
Retry quote requests with backoff.
Do not retry executions blindly.
Apply limits per:
IP (baseline)
API key (developer usage)
wallet (abuse prevention)
Last updated 10 hours ago