Native Api

Mint Api

11min

parameters - Query inflation parameters

parameter

no

return value

Return a JSON object, the structure is as follows:

  • height: Block height
  • result: result
    • mint_denom: Coin name
    • inflation_rate_change: Current annual inflation rate
    • inflation_max: Maximum annual inflation rate
    • inflation_min: Minimum annual inflation rate
    • goal_bonded: Number of target binding coins
    • blocks_per_year: Number of blocks per year

Sample code

request:

Curl


response:

JSON


inflation - Query inflation rate

parameter

no

return value

Return a JSON object, the structure is as follows:

  • height: Block height
  • result: result
  • result: Current annual inflation rate

Sample code

request:

Curl


response:

JSON


annual-provisions - Main currency supply

parameter

no

return value

Return a JSON object, the structure is as follows:

  • height: Block height
  • result: Annual supply of main currency

Sample code

request:

Curl


response:

JSON




Updated 25 Mar 2024
Doc contributor
Did this page help you?