Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 384 Bytes

File metadata and controls

23 lines (17 loc) · 384 Bytes
description GetSyncing queries node syncing.

/cosmos/base/tendermint/v1beta1/syncing

Parameters:

None

Example:

{% code overflow="wrap" %}

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

// Result
{
    "syncing": false
}

{% endcode %}