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 body is of type object[].
object[]
Successful response
Map of token_id to spread value