cURL
curl --request GET \ --url https://clob.polymarket.com/tick-size/{token_id}
{ "minimum_tick_size": 0.01 }
Retrieves the minimum tick size (price increment) for a specific token ID using the token ID as a path parameter.
Token ID (asset ID)
Successfully retrieved tick size
Minimum tick size (price increment)
0.01
Was this page helpful?