Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
56810744
Topic
5331373
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