Skip to content

Crypto Price Markets

Polystrike tracks high-frequency crypto price markets on Polymarket, ensuring you have the latest price data to capture volatility.

GET /meta/crypto

Note: This endpoint is currently in Active Development. It currently returns an empty list [] as we finalize the 15-minute price resolution engine. The schema below represents the planned response structure.

Returns status and pricing for active 15-minute crypto outcome markets.

Planned Response Schema:

{
"timestamp": 1770789357226,
"data": [
{
"event_id": 12345,
"event_title": "BTC price at 19:15 UTC?",
"symbol": "BTC",
"polymarket_price": 97500.00,
"chainlink_price": 97495.20
}
]
}
FieldTypeDescription
event_idnumberUnique ID of the Polymarket event.
event_titlestringTitle containing the strike time and condition.
symbolstringCrypto asset symbol (e.g., BTC, ETH).
polymarket_pricenumberThe strike price defined in the market title.
chainlink_pricenumberThe current reference price from the Chainlink oracle (or null if unavailable).

We are currently optimizing our historical data feeds for Phase 2, which will include:

  • Historical Volatility Index: Customized for 15-minute windows.
  • Settlement Predictors: Analyzing order book depth and whale activity near market close.