Native Api
Mint Api
11 min
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 x get 'https //rpc block caduceus global 8545/minting/parameters' response: { "height" "2666", "result" { "mint denom" "hcoin", "inflation rate change" "0 130000000000000000", "inflation max" "0 200000000000000000", "inflation min" "0 070000000000000000", "goal bonded" "0 670000000000000000", "blocks per year" "6311520" } } 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 x get 'https //rpc block caduceus global/minting/inflation' response: { "height" "2723", "result" "0 130056086331026117" } 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 x get 'https //rpc block caduceus global 8545/minting/annual provisions' response: { "height" "2775", "result" "13005867554037591871011963 224371766630345350" }