Skip to main content

HTTP Status Codes

Simulation Errors

A 200 response from /simulate does not always mean the transaction would succeed on-chain. Check result.status:

Common Simulation Failures

Validation Errors

Simulation Not Found (404)

If the simulation has expired (after 5 minutes) or the ID is invalid:
Fix: Re-simulate to get a fresh simulationId.

Partial Check Failures

When valid is false, inspect the checks object to find which fields failed:

Rate Limiting

Quoter enforces rate limits per API key. When you receive a 429 response, back off before retrying:

Updated