Listassetbalancesbyaddress
listassetbalancesbyaddress
Returns a list of all asset balances for an address.
Arguments
| Position | Name | Type | Required | Default | Description |
|---|---|---|---|---|---|
| 2 | onlytotal |
boolean | Optional | false | See CLI help for details |
| 3 | count |
integer | Optional | 50000, MAX=50000 | See CLI help for details |
| 4 | start |
integer | Optional | 0) results skip over the first start assets found (if negative it skips back from the end | See CLI help for details |
Result
{
(asset_name) : (quantity),
...
}
Examples
raptoreum-cli listassetbalancesbyaddress "myaddress" false 2 0
raptoreum-cli listassetbalancesbyaddress "myaddress" true
raptoreum-cli listassetbalancesbyaddress "myaddress"