Last updated 1 year ago
A successful response.
params defines the parameters of the module.
const response = await fetch('/osmosis/tokenfactory/v1beta1/params', { method: 'GET', headers: {}, }); const data = await response.json();
{ "params": { "denom_creation_fee": [ { "denom": "text", "amount": "text" } ] } }