Fee discount account info
Path parameters
accountstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/exchange/v1beta1/fee_discount_account_info/{account} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"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"
}
}