Skip to main content

Documentation Index

Fetch the complete documentation index at: https://base-a060aa97-meyer9-move-azul-to-top-of-upgrades.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns the sync status of the node. Returns false when the node is fully synced.

Parameters

No parameters.

Returns

result
object | boolean
false if the node is fully synced. Otherwise, a sync status object.

Example

{
  "jsonrpc": "2.0",
  "method": "eth_syncing",
  "params": [],
  "id": 1
}