Last updated 2 months ago
curl -L \ --url '/kiichain/tokenfactory/params'
{ "params": {} }
curl -L \ --url '/kiichain/tokenfactory/denoms_from_creator/{creator}'
{ "denoms": [ "text" ] }
curl -L \ --url '/kiichain/tokenfactory/denoms/{denom}/authority_metadata'
{ "authority_metadata": { "admin": "text" } }
denom is the coin denom to query the metadata for.
curl -L \ --url '/kiichain/tokenfactory/denoms/metadata'
{ "metadata": { "description": "text", "denom_units": [ { "denom": "text", "exponent": 1, "aliases": [ "text" ] } ], "base": "text", "display": "text", "name": "text", "symbol": "text" } }
denom is the coin denom to query the allowlist for.
curl -L \ --url '/kiichain/tokenfactory/denoms/allow_list'
{ "allow_list": { "addresses": [ "text" ] } }