Get Market Price

Retrieve the current best price for a specific token and side (BUY or SELL).

get/api/workflows/polymarket/getMarketPrice

Query parameters

clobTokenIdstring required

CLOB token ID

side'BUY' | 'SELL' required

Order side (BUY or SELL)

Response

Current market price

pricestring required

Current best price for the specified side

Example response

{
  "price": "0.52"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.