EVM
eth_syncing
Summary: Get sync status
This request returns an object with data about the sync status or
false
, indicating that that the node is fully synchronized.
Parameters
This method doesn't accept any parameters.
Returns
syncingStatus
oneOfSyncing status.
Customize request
RequestCURL
CURL
curl https://linea-mainnet.infura.io/v3/<YOUR-API-KEY> \
-X POST \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_syncing",
"params": [],
"id": 1
}'