Interface QueryGetHistoricalPricesResponse

interface QueryGetHistoricalPricesResponse {
    prices: PriceCandlestick[];
}

Properties

Properties