/syncing

Syncing state of node

Parameters:

None

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://cosmos.blockpi.network/lcd/v1/<your-api-key>/syncing

// Result
{
    "syncing": false
}

Last updated