GET
/
v1
/
predictions
/
polymarket
/
prices
/
{tokenId}
Get Price
curl --request GET \
  --url https://api.example.com/v1/predictions/polymarket/prices/{tokenId}

Request

tokenId
string
required
Outcome token ID

Example

curl -H "X-API-Key: $API_KEY" \
  https://api.perps.studio/v1/predictions/polymarket/prices/71234
Example Response
{
  "tokenId": "71234",
  "price": "0.72",
  "timestamp": 1712000000000
}

Price History

Get historical price data for a market:
GET /v1/predictions/polymarket/prices/history/:marketId
startTime
number
Start timestamp in milliseconds
endTime
number
End timestamp in milliseconds
interval
string
Time interval (e.g., 1h, 1d)
fidelity
number
Data point granularity