---
title: "Get current outcome token prices"
method: GET
path: "/api/v1/market-data/prices"
tags: ["get-current-prices"]
---

# Get current outcome token prices

`GET /api/v1/market-data/prices`

Returns current price data for one or more outcome tokens in a market. Supports single lookup (token ID or Outcome Index), batch lookup (token IDs or Outcome Indices, max 50), or all outcomes for a market when no token param is given. Use `projection=midpoint` for a lightweight midpoint-only response.

## Query parameters

- `market` string, required
- `token_id` string
- `outcome_index` integer
- `token_ids` string
- `outcome_indices` string
- `projection` string

## Response `200`

OK

- InternalHandlerPriceResponse[]
  - `market` string
  - `mintedQuantity` number
  - `outcome` string
  - `outcomeCap` number
  - `price` number
  - `tokenId` string
  - `totalMarketCap` number
  - `updatedAt` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/42/apis/fortytwo-read-api.md) · [All operations](https://skmtc.dev/42/apis/fortytwo-read-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/42/fortytwo-read-api/revisions/660740bda403/schema)
