List token balances
Returns a list of token balances given the id. This represents the Token supply distribution across the network
Path parameters
Network entity ID in the format of shard.realm.num
Token id
Query parameters
The optional balance value to compare against
The ID of the account to return information for
The account's public key to compare against
The maximum number of items to return
The order in which items are listed
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.
Response
OK
Example response
{
"timestamp": "1586567700.453054000",
"balances": [
{
"account": "0.15.2",
"balance": 1000,
"decimals": 3
}
]
}Changes
Changed in 2 of the 53 revisions of this API.6
- ▲
the response property
balances/items/decimalsbecame nullable for the status200response-property-became-nullable
- ▲
- ▲
the response property
_status/messages/items/databecame nullable for the status400response-property-became-nullable
- ▲
the response property
_status/messages/items/detailbecame nullable for the status400response-property-became-nullable
- ▲
the response property
balances/items/accountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
links/nextbecame nullable for the status200response-property-became-nullable
- ▲
the response property
timestampbecame nullable for the status200response-property-became-nullable
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲