POST
/
spreads
Get bid-ask spreads
curl --request POST \
  --url https://clob.polymarket.com/spreads \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "token_id": "1234567890"
  },
  {
    "token_id": "0987654321"
  }
]'
{
"1234567890": "0.50",
"0987654321": "0.05"
}

Body

application/json · object[]

The body is of type object[].

Response

200
application/json

Successful response

Map of token_id to spread value