Get Prediction Market Price
Market Data
Get Prediction Market Price
Get current prices for all outcomes of a prediction market, including bid/ask spread.
GET
Get Prediction Market Price
At least one of
marketId or outcomeId must be provided.
Query Parameters
The prediction market platform (e.g.,
polymarket).The platform-specific market identifier. For Polymarket this is the
conditionId
(hex hash, e.g. 0x1ddc0e7d...), not the numeric Gamma ID. Optional when
outcomeId is provided.Outcome token ID. When provided alone (without
marketId), returns the price
for this outcome directly. When provided with marketId, filters the market’s
outcomes to this one.Response
Price data for the market.
Server hostname that handled the request.
Request processing time in milliseconds.
Usage Example
Example Response
Query Parameters
Prediction market platform. Today only polymarket is supported; any other value returns 400.
Available options:
polymarket Example:
"polymarket"
CTF conditionId (required if outcomeId is not provided).
Pattern:
^0x[0-9a-fA-F]{64}$Example:
"0xd86a816093fcd0a0e1ca440bc5ce199bd3c5a8d6139e044b076958164f8c5423"
Outcome token id (required if marketId is not provided).
Pattern:
^[0-9]+$Response
200 - application/json
Outcome prices