eth_syncing
Was this helpful?
None
Object|Boolean - An object with sync status data or false when not syncing.
// Request
curl https://robinhood.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",
"id": 1,
"result": false
}Was this helpful?
Was this helpful?