Docs

starknet_syncing - Returns an object about...

Returns an object about the sync status, or false if the node is not synching

Returns an object about the sync status, or false if the node is not synching

Request Parameters

Request

This method accepts no parameters.

Response Body

Response
resultOBJECT

The status of the node, if it is currently synchronizing state. FALSE otherwise Sync status object or false if not syncing

Examples

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

On this page