Left Curve Software Stack
    Preparing search index...

    Type Alias PerpsOrderByUserItem

    type PerpsOrderByUserItem = {
        createdAt: string;
        limitPrice: string;
        pairId: string;
        reduceOnly: boolean;
        reservedMargin: string;
        size: string;
    }
    Index

    Properties

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