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.
A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/nexus/set_transfer_rate_limit', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "error": "text", "code": 0, "message": "text", "details": [ { "type_url": "text", "value": "Ynl0ZXM=" } ] }