CryptoCompare · Arazzo Workflow
CryptoCompare Spot Instrument Analysis
Version 1.0.0
Confirm a market, read instrument metadata, latest tick, then daily OHLCV.
View Spec
View on GitHub
CryptocurrencyMarket DataReference RatesNewsSocialBlockchainOn-ChainOrder BookStreamingIndexArazzoWorkflows
Provider
Workflows
spot-instrument-analysis
Confirm a market, read instrument metadata, latest tick, then daily OHLCV.
Lists the spot market to confirm it is integrated, reads instrument reference metadata, reads the latest tick for the instrument, and pulls daily OHLCV candles for it.
1
confirmMarket
getSpotMarketsList
List the spot market to confirm it is integrated and read its status before reading instrument data.
2
getInstrumentMetadata
getSpotInstrumentMetadata
Read reference metadata for the instrument on the market including base and quote symbols, status, and mapping.
3
getLatestTick
getSpotLatestTick
Read the latest tick for the instrument including price and the 24-hour moving rollups.
4
getDailyHistory
getSpotHistoricalDaily
Pull daily OHLCV candles for the instrument on the market to place the latest tick in historical context.