interface IndexerServerPerpPrices {
    product_id: number;
    index_price_x18: string;
    mark_price_x18: string;
    update_time: number;
}

Properties

product_id: number
index_price_x18: string
mark_price_x18: string
update_time: number