Use RPC Playground
Overview
The RPC Playground is a tool that lets you experiment with our JSON-RPC API even if you do not have a node or are unfamiliar with cURL. By using this tool, you can compose and send RPC calls to a public Ronin node and immediately view the response.
Get access
To access the playground, go to Developer Console > RPC Playground.

Compose a request
To compose an RPC request, follow these steps:
- Select the network: Mainnet, Testnet, Archive Node.
- Select the RPC method and fill in the required parameters, or keep the default request to the
eth_accounts
method. - Click Send request.
The response appears in the Response section.

See also
Was this helpful?
Happy React is loading...