Skip to content

Getaddressutxos

getaddressutxos

Returns all unspent outputs for an address (requires addressindex to be enabled).

Arguments

Position Name Type Required Default Description
1 addresses json array Optional [] See CLI help for details
2 asset string Optional RTM) Get UTXOs for a particular asset instead of RTM ('*' for all assets See CLI help for details

Examples

 raptoreum-cli getaddressutxos '{"addresses": ["XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg"]}'
 curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressutxos", "params": [{"addresses": ["XwnLY9Tf7Zsef8gMGL2fhWA9ZmMjt4KPwg"]}] }' -H 'content-type: text/plain;' http://127.0.0.1:10225/