Last updated 3 months ago
QueryMinterResponse is the response type for the Query/Minter RPC method.
GET /kiichain/mint/v1beta1/minter HTTP/1.1 Host: Accept: */*
A successful response.
{ "start_date": "text", "end_date": "text", "denom": "text", "total_mint_amount": "text", "remaining_mint_amount": "text", "last_mint_amount": "text", "last_mint_date": "text", "last_mint_height": "text" }
QueryParamsResponse is the response type for the Query/Params RPC method.
GET /kiichain/mint/v1beta1/params HTTP/1.1 Host: Accept: */*
{ "params": { "mint_denom": "text", "token_release_schedule": [ { "start_date": "text", "end_date": "text", "token_release_amount": "text" } ] } }