Interface QueryPriceSnapshotHistoryResponseSDKType

interface QueryPriceSnapshotHistoryResponseSDKType {
    price_snapshots: PriceSnapshotSDKType[];
}

Properties

Properties

price_snapshots: PriceSnapshotSDKType[]