List token balances
Tokens
List token balances
Returns a list of token balances given the id. This represents the Token supply distribution across the network
GET
List token balances
Path Parameters
Token id
Network entity ID in the format of shard.realm.num
Pattern:
^\d{1,10}\.\d{1,10}\.\d{1,10}$Example:
"0.0.2"
Query Parameters
The optional balance value to compare against
Pattern:
^((gte?|lte?|eq|ne)\:)?\d{1,10}$The ID of the account to return information for
Pattern:
^((gte?|lte?|eq|ne)\:)?(\d{1,10}\.\d{1,10}\.)?\d{1,10}$The account's public key to compare against
The maximum number of items to return
Required range:
1 <= x <= 100The order in which items are listed
Available options:
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.
Pattern:
^((eq|gt|gte|lt|lte|ne):)?\d{1,10}(\.\d{1,9})?$