/cosmos/base/tendermint/v1beta1/syncing

GetSyncing queries node syncing.

Parameters:

None

Example:

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

// Result
{
    "syncing": false
}

Last updated