Crypto Price Markets
Polystrike tracks high-frequency crypto price markets on Polymarket, ensuring you have the latest price data to capture volatility.
Endpoints
Section titled “Endpoints”Market Metadata
Section titled “Market Metadata”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 } ]}Field Descriptions
Section titled “Field Descriptions”| Field | Type | Description |
|---|---|---|
event_id | number | Unique ID of the Polymarket event. |
event_title | string | Title containing the strike time and condition. |
symbol | string | Crypto asset symbol (e.g., BTC, ETH). |
polymarket_price | number | The strike price defined in the market title. |
chainlink_price | number | The current reference price from the Chainlink oracle (or null if unavailable). |
Coming Soon: Phase 2 Integration
Section titled “Coming Soon: Phase 2 Integration”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.