eth_syncing
Returns information about the sync status of the node
Parameters:
Returns:
Example:
// Request
curl https://story-odyssey-evm.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}'
// Result
{
"jsonrpc": "2.0",
"result": false,
"id": 1
}Last updated
Was this helpful?