Interface search_token_balances_Query

interface search_token_balances_Query {
    contractAddresses: string[];
    includes: string[];
    ownerAddress: string;
    paging: search_token_balances_Paging;
    tokenIds: string[];
    tokenStandards: string[];
}

Hierarchy (view full)

Properties

contractAddresses: string[]
includes: string[]
ownerAddress: string
tokenIds: string[]
tokenStandards: string[]