Skip to main content
POST
eth_syncing
Robinhood Chain API method that returns an object with data about the sync status or false.

Parameters

None

Response

  • object|boolean — an object with sync status data or false when not syncing

eth_syncing code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_syncing
params
any[]

Response

200 - application/json

Returns an object with data about the sync status or false.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026