Skip to main content
1 of 2

BitCoin RPC calls

What is the bets method of getting the transaction id for the last payment sent to an address with n confirmations ?

getbalance address with minconf will give me a balance but what I would like to do is get the full details of the last transaction made to an address not only the balance.

I could do a something like listtransactions then filter out the data, I was wondering is there a simpler way that would not require me first to know the account associated with the address.