| -32700 | Parse error | Request body is not valid JSON. |
| -32600 | Invalid request | Malformed JSON-RPC (e.g. missing required fields) or an empty batch. |
| -32602 | Invalid params | chainId is missing or invalid in the request path. |
| -32603 | Internal error | Router encountered an internal failure. Contact support if persistent. |
| -32000 | Server error | Unspecified server error (fallback when no specific code applies). |
| -32001 | Chain not supported | The given chainId has no available nodes or paid plan support. |
| -32002 | Method not supported | The JSON-RPC method is not enabled for this chain. |
| -32003 | All nodes on cooldown | Every node that could serve the route is temporarily in cooldown (e.g. after rate limits or errors). Retry after a short delay. |