aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface PerpetualsWsUpdatesUserOrdersSubscriptionType

    Websocket subscription payload for user-specific order updates.

    interface PerpetualsWsUpdatesUserOrdersSubscriptionType {
        userOrders: { accountId: bigint };
    }
    Index
    userOrders: { accountId: bigint }

    User-order subscription discriminator and payload.

    Type Declaration

    • accountId: bigint

      Perpetuals account ID whose order history is streamed.