Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/epochs/v1beta1/current_epoch

Query Parameters

identifier?string

Response Body

application/json

application/json

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