Skip to main content
GET
/
fee-rate
Get fee rate
curl --request GET \
  --url https://clob.kuest.com/fee-rate
{
  "base_fee": 123
}
Returns the base fee rate (basis points) for the exchange that handles the requested token.The token_id is required so the API can resolve whether the market is NegRisk and which exchange contract applies.

Query Parameters

token_id
string
required

Token identifier to inspect.

Response

Fee rate payload.

base_fee
integer<int64>
required

Base fee rate in basis points.