A successful response.
const response = await fetch('https://axelar.nownodes.io/axelar/nexus/v1beta1/transfer_rate_limit/{chain}/{asset}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "transfer_rate_limit": { "limit": "Ynl0ZXM=", "window": "text", "incoming": "Ynl0ZXM=", "outgoing": "Ynl0ZXM=", "time_left": "text" } }