v1

latestOpenAPI 3.1.02026-07-262771117.8 KB

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"
}