QueryFeeDiscountAccountInfoResponse is the response type for the Query/FeeDiscountAccountInfo RPC method.
GET /injective/exchange/v1beta1/fee_discount_account_info/{account} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "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" } }