Skip to content

Commit a1c343a

Browse files
authored
Add "JSON-RPC API Playground" section
1 parent 532fc35 commit a1c343a

File tree

1 file changed

+4
-2
lines changed
  • public/content/developers/docs/apis/json-rpc

1 file changed

+4
-2
lines changed

public/content/developers/docs/apis/json-rpc/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ An internal API is also used for inter-client communication within a node - that
2828

2929
[Read the full JSON-RPC API spec on GitHub](https://github.com/ethereum/execution-apis).
3030

31-
You can also use the [interactive JSON-RPC API playground](https://ethereum-json-rpc.com).
32-
3331
## Conventions {#conventions}
3432

3533
### Hex value encoding {#hex-encoding}
@@ -135,6 +133,10 @@ A handful of core JSON-RPC methods require data from the Ethereum network, and f
135133
- [eth_getUncleByBlockHashAndIndex](#eth_getunclebyblockhashandindex)
136134
- [eth_getUncleByBlockNumberAndIndex](#eth_getunclebyblocknumberandindex)
137135

136+
## JSON-RPC API Playground
137+
138+
You can use the [playground tool](https://ethereum-json-rpc.com) to discover and try out the API methods. It also shows you which methods and networks are supported by various node providers.
139+
138140
## JSON-RPC API Methods {#json-rpc-methods}
139141

140142
### web3_clientVersion {#web3_clientversion}

0 commit comments

Comments
 (0)