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

    Interface ApiStakingPositionsBody

    Inputs for the paginated staking-position endpoint.

    interface ApiStakingPositionsBody {
        cursor?: number;
        limit?: number;
        walletAddress: string;
    }
    Index
    cursor?: number

    Numeric endpoint cursor for the page to fetch.

    limit?: number

    Maximum number of positions requested for the page.

    walletAddress: string

    Wallet address whose positions are queried.