Fee discount schedule

Retrieves the fee discount schedule

get
Responses
200
A successful response.
application/json
get
GET /injective/exchange/v1beta1/fee_discount_schedule HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "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"
    ]
  }
}