cosmos/base/tendermint/v1beta1/syncing

GetSyncing queries node syncing.

Parameters

None

Result

Example

Request

curl <your-rest-endpoint>/cosmos/base/tendermint/v1beta1/syncing \
  -X GET \
  -H "accept: application/json"

Return

{
    "syncing": false
}