.+
A successful response.
Coin defines a token with a denomination and an amount.
NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
const response = await fetch('https://coreum.nownodes.io/ibc/apps/transfer/v1/denoms/{denom}/total_escrow', { method: 'GET', headers: {}, }); const data = await response.json();
{ "amount": { "denom": "text", "amount": "text" } }