Himbit logoHimbit Docs

Get Fee Rate

Get CLOB base fee rate for a token

GET
/fee-rate

Query Parameters

token_id?string

Optional token identifier to inspect. Omit to fetch the default Kuest fee rate.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/fee-rate"
{  "base_fee": 0,  "fd": {    "r": 0.1,    "e": 0,    "to": true  },  "fee_schedule": {    "rate": 0.1,    "exponent": 0,    "takerOnly": true,    "rebateRate": 0.1,    "category": "string",    "version": 0,    "source": "local"  }}