---
title: "Get Market Price"
method: GET
path: "/api/workflows/polymarket/getMarketPrice"
---

# Get Market Price

`GET /api/workflows/polymarket/getMarketPrice`

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

## Query parameters

- `clobTokenId` string, required
- `side` 'BUY' | 'SELL', required

## Response `200`

Current market price

- object
  - `price` string, required — Current best price for the specified side

## Other responses

- `400` — Bad request due to missing or invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.dev/swaps/apis/prediction-market-data-api.md) · [All operations](https://skmtc.dev/swaps/apis/prediction-market-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaps/prediction-market-data-api/revisions/03e917d60cb7/schema)
