Terp Network Docs
APIsOpenapiService
GET
/cosmos/base/tendermint/v1beta1/syncing

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/base/tendermint/v1beta1/syncing"
{
  "syncing": true
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}