GET
/
price
Get market price
curl --request GET \
  --url https://clob.polymarket.com/price
{
"price": "1800.50"
}

Query Parameters

token_id
string
required

The unique identifier for the token

side
enum<string>
required

The side of the market (BUY or SELL)

Available options:
BUY,
SELL

Response

200
application/json

Successful response

The response is of type object.