Skip to main content

system_syncState

Description#

Returns the node's sync progress (starting block, current, and highest).

When to use it:

  • Health checks to ensure a node is caught up before serving traffic.
  • Gate API calls until the node is fully synced.
  • Display progress bars in admin panels or dashboards.

Code Examples#

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"system_syncState","params":[],"id":1}'