ao-js-sdk - v0.4.0
    Preparing search index...

    Interface GetTokensParams

    Parameters for retrieving portfolio tokens

    interface GetTokensParams {
        entityId: string;
        includePrices?: boolean;
        includeZeroBalances?: boolean;
        tokenTypes?: string[];
    }
    Index

    Properties

    entityId: string

    The entity ID (user/wallet address)

    includePrices?: boolean

    Whether to include price information

    includeZeroBalances?: boolean

    Whether to include zero balances

    tokenTypes?: string[]

    Optional filter for specific token types