ExchangePairInfo
A single pair entry as returned by the runner-picker query — the pair symbol plus a flag indicating whether the datalake already has OHLCV data for it (i.e. picking it will not trigger a backfill).
type ExchangePairInfo {
symbol: String!
cached: Boolean!
}
Fields
ExchangePairInfo.symbol ● String! non-null scalar
ExchangePairInfo.cached ● Boolean! non-null scalar
Member Of
ExchangePairsResult object