z_listreceivedaddress - Hush 3.10.3 RPC
z_listreceivedaddress Returns received outputs. This function only returns information on addresses with full spending keys.This function is slow if no filters are given, use z_listreceivedbyaddress if you do not need filters. Arguments: 1. "hushaddress:" (string, required) 2. "Minimum Confimations:" (numeric, optional, default=0) 3. "Filter Type:" (numeric, optional, default=0) Value of 0: Returns all transactions in the wallet Value of 1: Returns the last x days of transactions Value of 2: Returns transactions with confimations less than x 4. "Filter:" (numeric, optional, default=999999) Filter Type equal 0: paramater ignored Filter Type equal 1: number represents the number of days returned Filter Type equal 2: number represents the max confirmations for transaction to be returned 5. "Count:" (numeric, optional, default=9999999) Last n number of transactions returned Default Parameters: 2. 0 - O confimations required 3. 0 - Returns all transactions 4. 9999999 - Ignored 5. 9999999 - Return the last 9,999,999 transactions. Result: "txid": "transactionid", (string) The transaction id. "coinbase": "coinbase", (string) Coinbase transaction, true or false "category": "category", (string) orphan (coinbase), immature (coinbase), generate (coinbase), regular "blockhash": "hashvalue", (string) The block hash containing the transaction "blockindex": n, (numeric) The block index containing the transaction "blocktime": n, (numeric) The block time in seconds of the block containing the transaction, 0 for unconfirmed transactions "expiryheight": n, (numeric) The expiry height of the transaction "confirmations": n, (numeric) The number of confirmations for the transaction "time": xxx, (numeric) The transaction time in seconds of the transaction "size": xxx, (numeric) The transaction size "walletconflicts": [conflicts], An array of wallet conflicts "recieved": { A list of receives from the transaction "transparentReceived": [{ An Array of txos received for transparent addresses "address": "hushaddress", (string) Hush transparent address (t-address) "scriptPubKey": "script", (string) Script for the transparent address (t-address) "amount": x.xxxx, (numeric) Value of output being received HUSH, positive for receives "vout": : n, (numeric) the vout value }], "saplingReceived": [{ An Array of utxos/notes received for sapling addresses "address": "hushaddress", (string) Shielded address (z-address) "amount": x.xxxx, (numeric) Value of output being received HUSH, positive for receives "memo": xxxxx, (string) hexademical string representation of memo field "memoStr" : "memo", (string) Only returned if memo contains valid UTF-8 text. "sheildedOutputIndex": n, (numeric) The index of the ShieledOutput "change": true/false (string) The note is change. This can result from sending funds to the same address they came from, or incomplete useage resulting in the remainder of the note used being sent back to the same z-address. }], }, Examples: > hush-cli z_listreceivedaddress "*" > curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "z_listreceivedaddress", "params": [RHushEyeDm7XwtaTWtyCbjGQumYyV8vMjn] }' -H 'content-type: text/plain;' http://127.0.0.1:18031/
Maintained by The Hush Developers
Welcome to the Hush full node RPC developer documentation!!! You finally made it.
Addressindex
Blockchain
coinsupply
getbestblockhash
getblock
getblockchaininfo
getblockcount
getblockhash
getblockhashes
getblockheader
getblockmerkletree
getchaintips
getchaintxstats
getdifficulty
getmempoolinfo
getrawmempool
getspentinfo
gettxout
gettxoutproof
gettxoutsetinfo
kvsearch
kvupdate
minerids
notaries
verifychain
verifytxoutproof
getbestblockhash
getblock
getblockchaininfo
getblockcount
getblockhash
getblockhashes
getblockheader
getblockmerkletree
getchaintips
getchaintxstats
getdifficulty
getmempoolinfo
getrawmempool
getspentinfo
gettxout
gettxoutproof
gettxoutsetinfo
kvsearch
kvupdate
minerids
notaries
verifychain
verifytxoutproof
Crosschain
Generating
Mining
NSPV
Network
Rawtransactions
Util
Wallet
abortrescan
addmultisigaddress
backupwallet
cleanwallettransactions
convertpassphrase
dumpprivkey
dumpwallet
encryptwallet
getaccount
getaccountaddress
getaddressesbyaccount
getalldata
getbalance
getnewaddress
getrawchangeaddress
getreceivedbyaccount
getreceivedbyaddress
getrescaninfo
gettransaction
getunconfirmedbalance
getwalletinfo
importaddress
importprivkey
importwallet
keypoolrefill
listaccounts
listaddresses
listaddressgroupings
listlockunspent
listreceivedbyaccount
listreceivedbyaddress
listsinceblock
listtransactions
listunspent
lockunspent
move
opreturn_burn
rescan
resendwallettransactions
sendfrom
sendmany
sendtoaddress
setaccount
setpubkey
settxfee
signmessage
z_anonsetblockdelta
z_anonsettxdelta
z_consolidationstatus
z_exportkey
z_exportviewingkey
z_exportwallet
z_getbalance
z_getbalances
z_getinfo
z_getnewaddress
z_getnotescount
z_getoperationresult
z_getoperationstatus
z_getstats
z_gettotalbalance
z_importkey
z_importviewingkey
z_importwallet
z_listaddresses
z_listnullifiers
z_listoperationids
z_listreceivedaddress
z_listreceivedbyaddress
z_listsentbyaddress
z_listunspent
z_mergetoaddress
z_sendmany
z_shieldcoinbase
z_sweepstatus
z_viewtransaction
addmultisigaddress
backupwallet
cleanwallettransactions
convertpassphrase
dumpprivkey
dumpwallet
encryptwallet
getaccount
getaccountaddress
getaddressesbyaccount
getalldata
getbalance
getnewaddress
getrawchangeaddress
getreceivedbyaccount
getreceivedbyaddress
getrescaninfo
gettransaction
getunconfirmedbalance
getwalletinfo
importaddress
importprivkey
importwallet
keypoolrefill
listaccounts
listaddresses
listaddressgroupings
listlockunspent
listreceivedbyaccount
listreceivedbyaddress
listsinceblock
listtransactions
listunspent
lockunspent
move
opreturn_burn
rescan
resendwallettransactions
sendfrom
sendmany
sendtoaddress
setaccount
setpubkey
settxfee
signmessage
z_anonsetblockdelta
z_anonsettxdelta
z_consolidationstatus
z_exportkey
z_exportviewingkey
z_exportwallet
z_getbalance
z_getbalances
z_getinfo
z_getnewaddress
z_getnotescount
z_getoperationresult
z_getoperationstatus
z_getstats
z_gettotalbalance
z_importkey
z_importviewingkey
z_importwallet
z_listaddresses
z_listnullifiers
z_listoperationids
z_listreceivedaddress
z_listreceivedbyaddress
z_listsentbyaddress
z_listunspent
z_mergetoaddress
z_sendmany
z_shieldcoinbase
z_sweepstatus
z_viewtransaction