Returns a timestamped list of account balances on the network, limited to at most 50 token balances per account as outlined in HIP-367. This includes both HBAR and token balances for accounts.
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
"3c3d546321ff6f63d701d2ec5c277095874e19f4a235bee1e6bb19258bf362be"
The maximum number of items to return
2
The order in which items are listed
"asc"
The consensus timestamp in seconds.nanoseconds format with an optional comparison operator
^((eq|gt|gte|lt|lte|ne):)?\d{1,10}(.\d{1,9})?$
OK
"1586567700.453054000"
^\d{1,10}(\.\d{1,9})?$
Network entity ID in the format of shard.realm.num
"0.1.2"
^\d{1,10}\.\d{1,10}\.\d{1,10}$
Network entity ID in the format of shard.realm.num
"0.1.2"
^\d{1,10}\.\d{1,10}\.\d{1,10}$
"/api/v1/transactions?timestamp=lt:1657598275.517984411"