Price to beat
Crypto
Price to Beat
Open and close price for a specific crypto market window.
GET
Price to beat
Returns the opening and current closing price for a crypto market window. This is the “price to beat” for short-form markets. TheDocumentation Index
Fetch the complete documentation index at: https://docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
openPrice is the Chainlink oracle price at market open. The closePrice updates in real time until the window completes (completed: true).
Real-time. No cache.
closePrice is locked in the instant a window ends — no waiting. The window parameter is a Unix epoch timestamp. Get window timestamps from the /v1/crypto/active endpoint.Authorizations
Query Parameters
Asset symbol
Available options:
BTC, ETH, SOL, BNB, XRP, DOGE, HYPE Unix epoch timestamp of the market window start
Market interval variant
Available options:
5m, 15m, 1h, 4h Response
200 - application/json
Price data for the market window
The response is of type object.

