Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerPerpPrices

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

    Properties

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