A successful response.
const response = await fetch('https://inj.nownodes.io/injective/exchange/v1beta1/fee_discount_account_info/{account}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "tier_level": "text", "account_info": { "maker_discount_rate": "text", "taker_discount_rate": "text", "staked_amount": "text", "volume": "text" }, "account_ttl": { "tier": "text", "ttl_timestamp": "text" } }