cURL
curl --request POST \ --url https://clob.polymarket.com/spreads \ --header 'Content-Type: application/json' \ --data '[ { "token_id": "1234567890" }, { "token_id": "0987654321" } ]'
200
example
{ "1234567890": "0.50", "0987654321": "0.05" }
Retrieves bid-ask spreads for multiple tokens
The unique identifier for the token
"1234567890"
Optional side parameter for certain operations
BUY
SELL
"BUY"
Successful response
Map of token_id to spread value