A successful response.
const response = await fetch('https://inj.nownodes.io/injective/exchange/v1beta1/fee_discount_tier_stats', { method: 'GET', headers: {}, }); const data = await response.json();
{ "statistics": [ { "tier": "text", "count": "text" } ] }