GET
/
prices
Get multiple market prices
curl --request GET \
  --url https://clob.polymarket.com/prices
{
  "1234567890": {
    "BUY": "1800.50",
    "SELL": "1801.00"
  },
  "0987654321": {
    "BUY": "50.25",
    "SELL": "50.30"
  }
}

Response

200
application/json

Successful response

Map of token_id to side to price