HTTP Status Codes
Simulation Errors
A200 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:simulationId.
Partial Check Failures
Whenvalid is false, inspect the checks object to find which fields failed:
Rate Limiting
Quoter enforces rate limits per API key. When you receive a429 response, back off before retrying:
Updated
