HomeGuidesChangelog
GuidesDiscussions & SupportGitHubLog In
Guides

listassetallocationmempoolbalances

listassetallocationmempoolbalances

listassetallocationmempoolbalances [count] [from] [{options}]
scan through all asset allocations.
[count] (numeric, optional, default=10) The number of results to return.
[from] (numeric, optional, default=0) The number of results to skip.
[options] (array, optional) A json object with options to filter results
{
"senders" (array) a json array with senders
[
{
"address":string (string) Sender address to filter.
}
,...
]
}

syscoin-cli listassetallocations 0
syscoin-cli listassetallocations 10 10
syscoin-cli listassetallocations 0 0 '{"senders":[{"address":"SfaMwYY19Dh96B9qQcJQuiNykVRTzXMsZR"},{"address":"SfaMwYY19Dh96B9qQcJQuiNykVRTzXMsZR"}]}'