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

    Interface ApiPerpetualsVaultOwnedWithdrawRequestsResponse

    Response payload listing withdrawal requests created by walletAddress.

    interface ApiPerpetualsVaultOwnedWithdrawRequestsResponse {
        ownedWithdrawRequests: PerpetualsVaultWithdrawRequest[];
    }
    Index
    ownedWithdrawRequests: PerpetualsVaultWithdrawRequest[]

    Withdrawal requests owned by the wallet.