Left Curve Software Stack
    Preparing search index...

    Type Alias PerpsOrderResponse

    type PerpsOrderResponse = {
        limitPrice: string;
        orderId: string;
        pairId: string;
        reduceOnly: boolean;
        reservedMargin: string;
        size: string;
    }
    Index

    Properties

    limitPrice: string
    orderId: string
    pairId: string
    reduceOnly: boolean
    reservedMargin: string
    size: string