The denomination trace ([port_id]/[channel_id])+/[denom]
A successful response.
hash (in hex format) of the denomination trace information.
const response = await fetch('https://stride.nownodes.io/ibc/apps/transfer/v1/denom_hashes/{trace}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "hash": "text" }