Get current outcome token prices
Query parameters
marketstringRequired
Market contract address
token_idstringOptional
Single outcome token ID (mutually exclusive with outcome_index and batch params)
outcome_indexintegerOptional
Single outcome index 0-based (mutually exclusive with token_id and batch params)
token_idsstringOptional
Comma-separated outcome token IDs for batch lookup (max 50)
outcome_indicesstringOptional
Comma-separated outcome indices 0-based for batch lookup (max 50)
projectionstringOptional
Response shape: full (default) or midpoint
Responses
200
OK
application/json
marketstringOptional
mintedQuantitynumberOptional
outcomestringOptional
outcomeCapnumberOptional
pricenumberOptional
tokenIdstringOptional
totalMarketCapnumberOptional
updatedAtstringOptional
400
Bad Request
application/json
get
/api/v1/market-data/pricesLast updated