interface EngineServerPerpProduct {
    product_id: number;
    oracle_price_x18: string;
    index_price_x18: string;
    risk: EngineServerRisk;
    state: EngineServerPerpState;
    lp_state: EngineServerPerpLpState;
    book_info: EngineServerBookInfo;
}

Properties

product_id: number
oracle_price_x18: string
index_price_x18: string