Returns a list of account and token balances on the network. This information is limited to at most 50 token balances per account as outlined in HIP-367. As such, it’s not recommended for general use and we instead recommend using either /api/v1/accounts/{id}/tokens or /api/v1/tokens/{id}/balances to obtain the current token balance information and /api/v1/accounts/{id} to return the current account balance.
Account id or account alias with no shard realm or evm address with no shard realm
^(\d{1,10}\.){0,2}(\d{1,10}|(0x)?[A-Fa-f0-9]{40}|(?:[A-Z2-7]{8})*(?:[A-Z2-7]{2}|[A-Z2-7]{4,5}|[A-Z2-7]{7,8}))$The optional balance value to compare against
^((gte?|lte?|eq|ne)\:)?\d{1,10}$The account's public key to compare against
The maximum number of items to return
1 <= x <= 100The order in which items are listed
asc, desc The consensus timestamp as a Unix timestamp in seconds.nanoseconds format with an optional comparison operator. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.
^((eq|gt|gte|lt|lte|ne):)?\d{1,10}(.\d{1,9})?$