Docs · errors
Error code decoder
Every fence carries a doorway: the body of each error says what to do next and carries a request_id you can file as a ticket. Pick a code.
| Code | HTTP | Meaning |
|---|---|---|
| -32001 | 401 | Invalid or missing API key |
| -32005 | 429 | Rate window exceeded |
| -32006 | 429 | Monthly request cap on this key reached |
| -32007 | 429 | Monthly included volume used up |
| -32009 | 403 | Account suspended |
| -32010 | 402 | Data API needs a paid plan |
| -32011 | 403 | E-mail not verified — grace used |
| -32012 | 403 | Service switched off |
| -32013 | 402 | x402 payment missing, spent or expired |
| -32014 | 429 | Per-service unit cap reached |
| -32015 | 503 | Maintenance window |
| -32600 | 404 | Unknown chain or malformed request |
| -32601 | 404 | Method not in the catalog |
| -32602 | 400 | Invalid params or a range above the limit |
| -32603 | 502 | Upstream or toolbox failure |
| -32700 | 400 | Parse error |