Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSpotProduct

    interface EngineServerSpotProduct {
        product_id: number;
        oracle_price_x18: string;
        risk: EngineServerRisk;
        config: EngineServerSpotConfig;
        state: EngineServerSpotState;
        book_info: EngineServerBookInfo;
    }
    Index

    Properties

    product_id: number
    oracle_price_x18: string