Bitcoin cash - Transaction history as JSON

1

1

Is there a way/a service to retrieve all bitcoin cash transaction for a bitcoin cash address in JSON format?

Like the API of blockchain.info offers for bitcoin core?

jan

Posted 2018-05-02T07:22:02.147

Reputation: 151

Answers

0

I found this: https://www.blocktrail.com/BCC/json/blockchain/address_txs/{Your address Here}/all/{Page Number}

Response Example:

{
"transactions": [20 items],
"page": 1,
"perpage": 20,
"txx_count": 71,
"last_time": "1525247636"
}

Maybe you should contact them to get API key or something because I'm pretty sure that they set rate limit.

Adam

Posted 2018-05-02T07:22:02.147

Reputation: 3 215

(Outdated as of 2019 April)MCCCS 2019-04-19T13:33:05.533