Open and close price for a specific crypto market window.
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://polynode.mintlify.app/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).
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.Asset symbol
BTC, ETH, SOL, BNB, XRP, DOGE, HYPE Unix epoch timestamp of the market window start
Market interval variant
5m, 15m, 1h, 4h Price data for the market window
The response is of type object.