Skip to main content
Tweeted twitter.com/#!/StackBitcoin/status/480391402757836800

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

getbalance addressgetbalance 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 listtransactionslisttransactions 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.

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.

What is the best 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.

Source Link

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.