BTC number of transactions

0

I'd like to get number of transaction's data with API. I already use API of blockchain.info.

Dose someone know other API? I want to get number of transaction every a minutes(or less than ten minutes). It's not one day total average. I mean BTC.

Thank you

Mikihisa Fukuta

Posted 2017-11-28T09:42:50.160

Reputation: 17

Answers

0

Yeah, you could use Bitcoin.com They don't provide API for total transactions but i've got the link they use to get bitcoin total transactions Here is it:

https://charts.btctest.net/api/chart/daily-transactions Response Format is JSON.

I guess you could use it.

Adam

Posted 2017-11-28T09:42:50.160

Reputation: 3 215

Thank you very much. This is number that is transaction-rate(transaction/second) in a day.

I want to know transaction-rate in a minutes or ten minutes, like a 3.5 transaction / second in a minutes.

thanks – Mikihisa Fukuta 2017-11-28T12:09:07.307

I guess its another question. BTW You have to use some programming language to do this math.Adam 2017-11-28T12:16:10.623