Kuest Docs

Get Fee Rate By Token

Get CLOB base fee rate for a token path parameter

GET
/fee-rate/{token_id}

Path Parameters

token_id*string

Token id / asset id

Response Body

application/json

curl -X GET "https://example.com/fee-rate/string"
{
  "base_fee": 0
}