Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚧 Draft preview. This version is for reviewing the information architecture — the structure and navigation — not the content of individual pages. Page content is still being written.
Returns the sync status of the node.
false
Show Sync status fields (when syncing)
{ "jsonrpc": "2.0", "method": "eth_syncing", "params": [], "id": 1 }
{ "jsonrpc": "2.0", "id": 1, "result": false }
Was this page helpful?