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

Properties

product_id: number
oracle_price_x18: string