Interface TrailingVolume

interface TrailingVolume {
    exchange_volume: string;
    product_id: string;
    recorded_at: string;
    volume: string;
}

Properties

exchange_volume: string
product_id: string
recorded_at: string
volume: string