Skip to main content
GET
/
v1
/
tick-size
Get Tick Size Query
curl --request GET \
  --url https://api.polysimulator.com/v1/tick-size
{
  "minimum_tick_size": 123
}

Query Parameters

token_id
string
required

PM-compat round 2 (audit 2026-05-19 AF-5): py-clob-client builds the tick-size URL as {host}/tick-size?token_id=X (hardcoded query form). Polysim historically exposed only the path form /v1/tick-size/{token_id}, which 404'd. This route delegates to the same resolver.

Response

Successful Response

minimum_tick_size
number
required