Function getBalancesFiltered

  • Retrieves all balances based on the filtering options provided in BalanceFilter and that are registered on a blockchain as a paginated entity

    Parameters

    • queryable: Queryable

      object to use when querying the blockchain

    • balanceFilter: BalanceFilter = null

      object of BalanceFilter that can be list of account_id and asset_id

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

      Available since ApiVersion 1

    Returns Promise<PaginatedEntity<Balance>>