z_listreceivedbyaddress - Pastel RPC

z_listreceivedbyaddress "address" ( minconf )
Return a list of amounts received by a zaddr belonging to the node's wallet.

Arguments:
1. "address"      (string) The private address.
2. minconf        (numeric, optional, default=1) Only include transactions confirmed at least this many times.

Result:
{
  "txid": txid",             (string) the transaction id.
  "amount": xxxxx,           (numeric) the amount of value in the note.
  "amountPsl" : xxxx         (numeric) the amount in PSL.
  "memo": xxxxx,             (string) hexadecimal string representation of memo field.
  "confirmations" : n,       (numeric) the number of confirmations.
  "blockheight": n,          (numeric) The block height containing the transaction.
  "blockindex": n,           (numeric) The block index containing the transaction.
  "blocktime": xxx,          (numeric) The transaction time in seconds since epoch (midnight Jan 1 1970 GMT).
  "jsindex" (sprout) : n,    (numeric) the joinsplit index.
  "jsoutindex" (sprout) : n, (numeric) the output index of the joinsplit.
  "outindex" (sapling) : n,  (numeric) the output index.
  "change": true|false,      (boolean) true if the address that received the note is also one of the sending addresses.
}

Examples:
> pastel-cli z_listreceivedbyaddress "Pzb8Ya6owSbT1EWKistVWFAEVXerZLi5nfuar8DqRZ2tkwHgvTP6GT8H6EaFf6wCnY7zwtbtnc7EcTGTfg9GdmNnV2xuYS3"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "z_listreceivedbyaddress", "params": ["Pzb8Ya6owSbT1EWKistVWFAEVXerZLi5nfuar8DqRZ2tkwHgvTP6GT8H6EaFf6wCnY7zwtbtnc7EcTGTfg9GdmNnV2xuYS3"] }' -H 'content-type: text/plain;' http://127.0.0.1:9932/


Maintained by Pastel Network; license of the docs is MIT (see pastel repo)

Generated from a mainnet node

Addressindex