Skip to main content
GET
/
tick-size
Get minimum tick size
curl --request GET \
  --url https://clob.kuest.com/tick-size
{
  "minimum_tick_size": "<string>"
}
Returns the minimum tick size enforced for the requested token. Tick sizes are returned as strings to preserve precision. The current default minimum is 0.01 unless otherwise configured.

Query Parameters

token_id
string
required

Token identifier to inspect.

Response

Minimum tick size.

minimum_tick_size
string
required

Minimum allowable tick size for the market.