Cosmos · Example Payload

Cosmos Mint V1Beta1

BlockchainCosmosIBCStakingGovernanceDeFiWeb3

Cosmos Mint 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/mint/v1beta1",
  "baseURL": "https://lcd.cosmos.network",
  "operations": [
    {
      "method": "GET",
      "path": "/cosmos/mint/v1beta1/annual_provisions",
      "operationId": "AnnualProvisions",
      "summary": "AnnualProvisions current minting annual provisions value.",
      "tags": [
        "Query"
      ],
      "parameters": [],
      "example_request": {},
      "example_response": {}
    },
    {
      "method": "GET",
      "path": "/cosmos/mint/v1beta1/inflation",
      "operationId": "Inflation",
      "summary": "Inflation returns the current minting inflation value.",
      "tags": [
        "Query"
      ],
      "parameters": [],
      "example_request": {},
      "example_response": {}
    },
    {
      "method": "GET",
      "path": "/cosmos/mint/v1beta1/params",
      "operationId": "MintParams",
      "summary": "Params returns the total set of minting parameters.",
      "tags": [
        "Query"
      ],
      "parameters": [],
      "example_request": {},
      "example_response": {}
    }
  ]
}