cURL
curl --request GET \ --url https://clob.polymarket.com/price
200
example
{ "price": "1800.50"}
Retrieves the market price for a specific token and side
The unique identifier for the token
The side of the market (BUY or SELL)
BUY
SELL
Successful response
The response is of type object.
object