Mint
Authorizations
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/mint/v1beta1/annual_provisions HTTP/1.1
Host: babylon.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
"annual_provisions": "Ynl0ZXM="
}
Authorizations
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/mint/v1beta1/inflation HTTP/1.1
Host: babylon.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
"inflation": "Ynl0ZXM="
}
Authorizations
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/mint/v1beta1/params HTTP/1.1
Host: babylon.nownodes.io
api-key: YOUR_API_KEY
Accept: */*
{
"params": {
"mint_denom": "text",
"inflation_rate_change": "text",
"inflation_max": "text",
"inflation_min": "text",
"goal_bonded": "text",
"blocks_per_year": "text"
}
}