Interface QueryPriceSnapshotHistoryResponse

interface QueryPriceSnapshotHistoryResponse {
    priceSnapshots: PriceSnapshot[];
}

Properties

Properties

priceSnapshots: PriceSnapshot[]