v1
latestOpenAPI 3.1.12026-07-23195454.2 KBget-current-prices
Get current outcome token 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.
get/api/v1/market-data/prices
Query parameters
marketstring required
Market contract address
token_idstring
Single outcome token ID (mutually exclusive with outcome_index and batch params)
outcome_indexinteger
Single outcome index 0-based (mutually exclusive with token_id and batch params)
token_idsstring
Comma-separated outcome token IDs for batch lookup (max 50)
outcome_indicesstring
Comma-separated outcome indices 0-based for batch lookup (max 50)
projectionstring
Response shape: full (default) or midpoint
Response
OK