Skip to main content

eth_syncing RPC Method

Loading...

Updated on
Nov 13, 2024

eth_syncing RPC Method

Parameters

This method does not accept any parameters

Returns

result
object
Loading...
startingBlock
string
Loading...
currentBlock
string
Loading...
highestBlock
string
Loading...
Request
1
curl https://docs-demo.avalanche-mainnet.quiknode.pro \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"jsonrpc": "2.0",
6
"method": "eth_syncing",
7
"params": [],
8
"id": 67
9
}'
10
1
curl https://docs-demo.avalanche-mainnet.quiknode.pro \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"jsonrpc": "2.0",
6
"method": "eth_syncing",
7
"params": [],
8
"id": 67
9
}'
10
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free