But I need both getreceivedbyaddress and getsendbyaddress. Do you plan to implement the latter? Or better yet, how about getbalancebyaddress?
Not sure if it was put up in response to your request, but there is a getsentbyaddress value accessible on blockexplorer right now. Note the past tense: getsen
tbyaddress, not getsen
dbyaddress as you asked for. (Though this does conform to the usage of getreceive
dbyaddress.)
I was able to import the same data you got by scraping HTML with the lines:
=ImportData("http://blockexplorer.com/q/getreceivedbyaddress/"&B3)
=ImportData("http://blockexplorer.com/q/getsentbyaddress/"&B3)
And thanks for the Doc. It's great. Once I see my balance going up some more I'll send you a donation.
