token.address.listunspent
token.address.listunspent
Return an list of token UTXOs sent to a Nexa or Bitcoin Cash address.
Signature
Function: token.address.listunspent(address, cursor (optional), token (optional))
Version added: Rostrum 6.0
address
Address encoded as a CashAddr string (with or without prefix). Legacy addresses (base58) are also supported.
cursor
Placeholder for pagination.
token
Token ID as cashaddr encoded or hexadecimal string. If provided, will filter out transactions that do not include token.
Result
As for
token.scripthash.listunspent