| -32700 | Parse error | Invalid JSON received | Check your request format and ensure it’s valid JSON |
| -32600 | Invalid request | JSON is valid but request format is wrong | Verify your request matches the RPC method specification |
| -32601 | Method not found | The requested method doesn’t exist | Check the method name and our API documentation |
| -32602 | Invalid params | Method parameters are invalid | Review the parameters required for the method |
| -32603 | Internal error | Internal JSON-RPC error | Retry the request; if persistent, contact support |
| -32000 | Server error | Generic server-side error | Retry with exponential backoff |
| -32001 | Transaction simulation failed | Transaction failed during simulation | Check transaction parameters and account states |
| -32002 | Account not found | Requested account doesn’t exist | Verify the account address is correct |
| -32003 | Block not found | Requested block not available | Check if the block is within available history |
| -32004 | Node unhealthy | RPC node is not in a healthy state | Try a different RPC endpoint |