Request
Example
curl -H "X-API-Key: $API_KEY" \
https://api.perps.studio/v1/predictions/polymarket/prices/71234
{
"tokenId": "71234",
"price": "0.72",
"timestamp": 1712000000000
}
Price History
Get historical price data for a market:
GET /v1/predictions/polymarket/prices/history/:marketId
Start timestamp in milliseconds
End timestamp in milliseconds
Time interval (e.g., 1h, 1d)