A successful response.
DenomAuthorityMetadata specifies metadata for addresses that have specific capabilities over a token factory denom. Right now there is only one Admin permission, but is planned to be extended to the future.
const response = await fetch('https://inj.nownodes.io/injective/tokenfactory/v1beta1/denoms/{creator}/{sub_denom}/authority_metadata', { method: 'GET', headers: {}, }); const data = await response.json();
{ "authority_metadata": { "admin": "text" } }