Helius SDK - v2.2.2
    Preparing search index...

    Interface GetTransfersRequest

    Request parameters for getting token transfers

    interface GetTransfersRequest {
        cursor?: string;
        limit?: number;
        wallet: string;
    }
    Index

    Properties

    Properties

    cursor?: string

    Pagination cursor from previous response

    limit?: number

    Maximum number of transfers to return (max: 100, default: 50)

    wallet: string

    Solana wallet address (base58 encoded)