JSON-RPC

Call the node directly

Every method below runs against the public endpoint, no key needed. Pick a method, fill the parameters, and send it, or copy the curl command and run it yourself.

Endpoint {{ endpoint }} {{ endpointCopied ? 'Copied' : 'Copy' }}
Chain ID {{ chainId }} Latest block {{ blockNumber }}
{{ selected.namespace }}

{{ selected.method }}

{{ selected.description }}

Parameters
This method takes no parameters.
{{ param.required ? 'required' : 'optional' }}
{{ param.type }}
{{ paramErrors[index] }}
POST {{ endpointHost }}
{{ curlCommand }}
Fix the highlighted parameters before sending. Live response from the endpoint
Response {{ status.ms }} ms Error
The request could not be sent. Check the parameters and try again.
{{ response }}
Pick a method on the left to build a request.