RPC

Make a call to our unified RPC endpoint

We support over 1000+ EVM chains so pass any chain id and your request should be served. In the case that we do not support the chain you are calling, let us know!


RPC Error Codes

While you could received a valid 200 response, the response itself may not be valid. These are the RPC error codes that you may receive and how to interpret them. These are not to be confused with the HTTP status codes we can return.

CodeNameDescription
-32700Parse ErrorFailed to parse request body
-32600Invalid RequestBatch request must contain at least one request
-32602Invalid ParamsInvalid chainID
-32601Method Not FoundInsufficient credits
-32001Chain Not SupportedChain ID not supported
-32002Method Not SupportedMethod not supported
-32003All Nodes on CooldownAll nodes are on cooldown
-32004No Responses Nor ErrorsNo responses nor errors
-32005Failed to Get Most Common ResponseFailed to get most common response bundle
-32006No Response Nor Error in BundleNo successful response or error found in most common response bundle
-32000Server Error (Default)Internal error. Please contact support for assistance.

Language
Click Try It! to start a request and see the response here!