Polygon · Arazzo Workflow
Polygon Crypto Daily Comparison
Version 1.0.0
Check market status, snapshot a crypto pair, and read its daily open/close.
View Spec
View on GitHub
FinanceFintechMarket DataStocksOptionsForexCryptoIndicesFuturesWebSocketsReal-timeHistoricalPublic APIsArazzoWorkflows
Provider
Workflows
crypto-daily-comparison
Compare a crypto pair's live snapshot against a fixed daily open/close.
Checks market status, reads the crypto pair snapshot, and reads the pair's daily open/close for a specific date.
1
checkMarketStatus
getCurrentMarketStatus
Get the current trading status, including the crypto currencies market, to establish overall market context.
2
getSnapshot
getCryptoSnapshotForTicker
Read the live snapshot for the crypto ticker to capture its current day session and last trade.
3
getDailyOpenClose
getCryptoDailyOpenClose
Read the open and close for the crypto pair on the requested date so the live snapshot can be compared against a fixed session.
Source API Descriptions
openapi