Cosmos · Example Payload

Cosmos Epochs V1Beta1

BlockchainCosmosIBCStakingGovernanceDeFiWeb3

Cosmos Epochs V1Beta1 is an example object payload from Cosmos, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

groupbaseURLoperations

Example Payload

Raw ↑
{
  "group": "cosmos/epochs/v1beta1",
  "baseURL": "https://lcd.cosmos.network",
  "operations": [
    {
      "method": "GET",
      "path": "/cosmos/epochs/v1beta1/current_epoch",
      "operationId": "CurrentEpoch",
      "summary": "CurrentEpoch provide current epoch of specified identifier",
      "tags": [
        "Query"
      ],
      "parameters": [
        {
          "name": "identifier",
          "in": "query",
          "required": false,
          "description": "",
          "type": "string"
        }
      ],
      "example_request": {},
      "example_response": {}
    },
    {
      "method": "GET",
      "path": "/cosmos/epochs/v1beta1/epochs",
      "operationId": "EpochInfos",
      "summary": "EpochInfos provide running epochInfos",
      "tags": [
        "Query"
      ],
      "parameters": [],
      "example_request": {},
      "example_response": {}
    }
  ]
}