QueryFeeDiscountScheduleResponse is the response type for the Query/FeeDiscountSchedule RPC method.
GET /injective/exchange/v1beta1/fee_discount_schedule HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "fee_discount_schedule": { "bucket_count": "text", "bucket_duration": "text", "quote_denoms": [ "text" ], "tier_infos": [ { "maker_discount_rate": "text", "taker_discount_rate": "text", "staked_amount": "text", "volume": "text" } ], "disqualified_market_ids": [ "text" ] } }