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

    Interface GetCompressedTokenBalancesByOwnerResponse

    Response from getCompressedTokenBalancesByOwner (V1).

    interface GetCompressedTokenBalancesByOwnerResponse {
        context: { slot: number };
        value: { cursor?: string; token_balances: TokenBalance[] };
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    value: { cursor?: string; token_balances: TokenBalance[] }

    Type Declaration

    • Optionalcursor?: string

      Base58-encoded cursor to fetch the next page; omitted when no more results exist.

    • token_balances: TokenBalance[]

      List of compressed token balances grouped by mint.