Polygon · Arazzo Workflow
Polygon Crypto Pair Analysis
Version 1.0.0
Snapshot a crypto pair, pull its aggregate bars, and read its Level-2 order book.
View Spec
View on GitHub
FinanceFintechMarket DataStocksOptionsForexCryptoIndicesFuturesWebSocketsReal-timeHistoricalPublic APIsArazzoWorkflows
Provider
Workflows
crypto-pair-analysis
Analyze a crypto pair via snapshot, aggregate bars, and the Level-2 book.
Reads a crypto ticker snapshot, then chains its aggregate bars and the Level-2 order book for the same pair.
1
getSnapshot
getCryptoSnapshotForTicker
Read the current snapshot for the crypto ticker to capture its last trade and day session.
2
getAggregates
getCryptoAggregateBars
Retrieve aggregate bars for the crypto pair over the requested date range for trend context.
3
getOrderBook
getCryptoL2Book
Read the current Level-2 order book for the crypto pair to gauge market depth and spread.