For the complete documentation index, see llms.txt. This page is also available as Markdown.

Eth_syncing

Check if node is syncing

post
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 2.0
methodstringRequiredExample: eth_syncing
paramsarrayRequired

Must be an empty array.

idintegerRequiredExample: 1
Responses
200

Returns sync status object or false

application/json
jsonrpcstringOptionalExample: 2.0
idintegerOptionalExample: 1
resultone ofOptional
booleanOptionalExample: false
or
post/
200

Returns sync status object or false

Last updated