Skip to main content
GET
/
prices
Get market prices (query parameters)
curl --request GET \
  --url https://clob.polymarket.com/prices
{
  "0xabc123def456...": {
    "BUY": 0.45
  },
  "0xdef456abc123...": {
    "SELL": 0.52
  }
}

Query Parameters

token_ids
string
required

Comma-separated list of token IDs

sides
string
required

Comma-separated list of sides (BUY or SELL) corresponding to token IDs

Response

Successfully retrieved market prices

Map of token ID to map of side to price

{key}
object