You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/content/developers/docs/apis/json-rpc/index.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,6 @@ You can use the [playground tool](https://ethereum-json-rpc.com) to discover and
143
143
144
144
Returns the current client version.
145
145
146
-
[](https://ethereum-json-rpc.com/?method=web3_clientVersion)
147
-
148
146
**Parameters**
149
147
150
148
None
@@ -170,8 +168,6 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],
170
168
171
169
Returns Keccak-256 (_not_ the standardized SHA3-256) of the given data.
172
170
173
-
[](https://ethereum-json-rpc.com/?method=web3_sha3)
174
-
175
171
**Parameters**
176
172
177
173
1.`DATA` - The data to convert into a SHA3 hash
@@ -201,8 +197,6 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"web3_sha3","params":["0x68656c6c
201
197
202
198
Returns the current network id.
203
199
204
-
[](https://ethereum-json-rpc.com/?method=net_version)
205
-
206
200
**Parameters**
207
201
208
202
None
@@ -234,8 +228,6 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"net_version","params":[],"id":67
234
228
235
229
Returns `true` if client is actively listening for network connections.
236
230
237
-
[](https://ethereum-json-rpc.com/?method=net_listening)
238
-
239
231
**Parameters**
240
232
241
233
None
@@ -261,8 +253,6 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"net_listening","params":[],"id":
261
253
262
254
Returns number of peers currently connected to the client.
263
255
264
-
[](https://ethereum-json-rpc.com/?method=net_peerCount)
265
-
266
256
**Parameters**
267
257
268
258
None
@@ -288,8 +278,6 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":
288
278
289
279
Returns the current Ethereum protocol version. Note that this method is [not available in Geth](https://github.com/ethereum/go-ethereum/pull/22064#issuecomment-788682924).
290
280
291
-
[](https://ethereum-json-rpc.com/?method=eth_protocolVersion)
0 commit comments