Post
Topic
Board Development & Technical Discussion
Re: List transactions for given address with API call
by
naufragus
on 18/04/2021, 12:04:45 UTC
You can try blockchain.com:

Code:
% curl -L --compressed "https://blockchain.info/rawaddr/[ADDR_HERE]" | jq

I have got a shell script called binfo.sh[/t]] which does some API calls and format the data.
https://github.com/mountaineerbr/markets/blob/master/binfo.sh