Skip to main content

/cosmos/base/tendermint/v1beta1/syncing

GET

GetSyncing queries node syncing.
Responses
syncingboolean
codestringrequired
Code identifying the cause of the failed request.
messagestringrequired
Detailed message including the name and value of the invalid parameter.
{
"code": "ERROR_CODE",
"message": "An unexpected error response."
}
cURL
curl -X GET 'https://rest-hippo-mainnet.nodit.io/cosmos/base/tendermint/v1beta1/syncing' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'