T-address Transaction history

Need Zcash T-address Transaction history. Is any API or can get from RPC call for get T-address Transaction history.

The only way I ever figured out how to do it was recync the blockchain and collect the transaction history as it populates
You can use the chain Explorer but if you’re using it for mining reward transaction histories they’re going to be part of the joint split and among many other addresses, it is not easy to use at all

But just normal transaction history should be easy

1 Like

For t-addrs zcash-cli listtransactions should work. You can get all the details with zcash-cli help listtransactions as it’ll show the last 10 transactions by default.

1 Like

Note that this depends on having the taddr in question already in your wallet. If you’re trying to see tx history of an outside taddr, you’ll have to set txindex=1 which builds the transaction index of the entire blockchain and not just for addresses in your wallet.

1 Like