Bitcoin Forum
June 19, 2024, 12:43:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: List of Bitcoin blockchain APIs  (Read 8124 times)
arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 01, 2015, 11:46:07 AM
Last edit: September 02, 2015, 02:19:16 PM by arnuschky
 #1

Hello,

I am compiling a list of bitcoin APIs. Note that I am not interested in collecting block explorer web interfaces, but APIs for developers.

"Data" APIs

Requirements:

  • some sort  of HTTP API (eg, REST)
  • query the blockchain: blocks and transactions
  • p2p network: unconfirmed transactions, push transactions
  • query addresses: transactions, balances, unspents

(so basically everything one needs for building a web wallet)

Hosted:


Self-Hosted:

  • Insight API (self hosted open-source, by BitPay) (Hosted versions exist, see below) [websockets]
  • Bitcore node (self hosted open-source using BitPay's "bitcore" API) (successor of Insight API) [websockets]

Discontinued:



High-level wallet APIs



Additions/suggestions/corrections?
100bitcoin
Sr. Member
****
Offline Offline

Activity: 860
Merit: 423


View Profile WWW
February 01, 2015, 12:19:04 PM
 #2

You might find this post useful...

When you check an address balance or a transaction status online, which block explorer do you use ? If you run a service depending on a third party API, which block explorer's API you rely upon ?

Update: I'm listing out the outcome of this thread here...

1. https://blockchain.info/

2. https://blockr.io/

3. https://blockexplorer.com/

4. https://www.biteasy.com/

5. https://chain.so/btc

6. https://helloblock.io/

7. http://bitcoinchain.com/block_explorer

8. https://bkchain.org/btc

9. http://bitinfocharts.com/bitcoin/

10. http://www.blocktrail.com

11. http://explorer.chain.com/


If you know more, please add in this thread: https://bitcointalk.org/index.php?topic=636463.0

arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 01, 2015, 12:21:50 PM
 #3

Thanks, that was exactly what I was looking for (but with search disabled...)
newIndia
Legendary
*
Offline Offline

Activity: 2226
Merit: 1049


View Profile
February 01, 2015, 12:23:52 PM
 #4

Thanks, that was exactly what I was looking for (but with search disabled...)

Search is now enabled on this forum. Smiley

arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 01, 2015, 12:30:18 PM
 #5

Thanks, that was exactly what I was looking for (but with search disabled...)

Actually, after a second glance, not really. Smiley The focus of the other thread is block explorers, not the discussions of APIs.
So it seems that most people report their favorite block explorer for occasional manual use,
rather programmatically usable APIs that support a bigger feature set. Most of the sites listed
don't have an API.
brituspol
Sr. Member
****
Offline Offline

Activity: 458
Merit: 250

From nothing to nothing


View Profile
February 01, 2015, 09:34:36 PM
 #6

Thanks, that was exactly what I was looking for (but with search disabled...)

Actually, after a second glance, not really. Smiley The focus of the other thread is block explorers, not the discussions of APIs.
So it seems that most people report their favorite block explorer for occasional manual use,
rather programmatically usable APIs that support a bigger feature set. Most of the sites listed
don't have an API.

Yes it is. blockchain API still leads.
arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 01, 2015, 09:39:52 PM
 #7

Yes it is. blockchain API still leads.

Sorry, I don't understand what you mean. "still leads" = is still the best? Neither is that really related to my statement that the other thread focuses on user-oriented block explorers, nor is it true...
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
February 01, 2015, 10:00:22 PM
 #8

Yes it is. blockchain API still leads.

Sorry, I don't understand what you mean. "still leads" = is still the best? Neither is that really related to my statement that the other thread focuses on user-oriented block explorers, nor is it true...

blocktrail has an API and I personally never had any problems with it. I should clarify though that I did not use their API for anything serious.

Im not really here, its just your imagination.
arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 01, 2015, 10:15:18 PM
 #9

Yes it is. blockchain API still leads.

Sorry, I don't understand what you mean. "still leads" = is still the best? Neither is that really related to my statement that the other thread focuses on user-oriented block explorers, nor is it true...

blocktrail has an API and I personally never had any problems with it. I should clarify though that I did not use their API for anything serious.

Nice, thanks, blocktrail is one I didn't know about. I'll update the thread.
arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 01, 2015, 10:38:28 PM
 #10

Does anyone know "Gem"? https://gem.co/

Just found it, but they are in closed beta, so I have no idea what they actually offer  Huh
arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 01, 2015, 10:41:06 PM
 #11

There also used to be https://plugchain.com/ by CEX.io, but it seems to be offline. Does anyone know what happened to it?
newIndia
Legendary
*
Offline Offline

Activity: 2226
Merit: 1049


View Profile
February 01, 2015, 10:51:42 PM
 #12

Thanks, that was exactly what I was looking for (but with search disabled...)

Actually, after a second glance, not really. Smiley The focus of the other thread is block explorers, not the discussions of APIs.
So it seems that most people report their favorite block explorer for occasional manual use,
rather programmatically usable APIs that support a bigger feature set. Most of the sites listed
don't have an API.

Try to list those especially offering bitcoin send/receive API. AFAIK none still offers it as good as blockchain.info, though it is difficult to offer a send API for those, who do not have a wallet service.

spin
Sr. Member
****
Offline Offline

Activity: 362
Merit: 261


View Profile
February 02, 2015, 07:36:31 AM
Last edit: February 02, 2015, 07:48:17 AM by spin
 #13

One can self-host insight which is nifty, but also not clear that you know but there are at least 3 instances of insight available:
- https://insight.bitpay.com/ e.g. https://insight.bitpay.com/api/status?q=getBestBlockHash
- https://search.bitaccess.ca/ e.g. https://search.bitaccess.ca/api/status?q=getInfo
- https://chain.localbitcoins.com/ e.g. https://chain.localbitcoins.com/api/block/000000000000000006bade384570a3d3209e7358a93630df4add40911a42f5da

Description of the api: https://github.com/bitpay/insight-api

If you liked this post buy me a beer.  Beers are quite cheap where I live!
bc1q707guwp9pc73r08jw23lvecpywtazjjk399daa
arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 02, 2015, 07:42:36 AM
 #14

Try to list those especially offering bitcoin send/receive API. AFAIK none still offers it as good as blockchain.info, though it is difficult to offer a send API for those, who do not have a wallet service.

I am not particularly interested in a high-level wallet API (as I prefer to build transactions myself),
but I can see that it's very interesting for others so I'll add a section for it.
arnuschky (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
February 02, 2015, 07:43:41 AM
 #15

One can self-host insight which is nifty, but also not clear that you know but there are at least 3 instances of insight available:
- https://insight.bitpay.com/
- https://search.bitaccess.ca/
- https://chain.localbitcoins.com/

Description of the api: https://github.com/bitpay/insight-api

Great, thanks, I'll add a note to my main post. If these instances will stay around is of course questionable - except the Bitpay one, maybe.
spin
Sr. Member
****
Offline Offline

Activity: 362
Merit: 261


View Profile
February 02, 2015, 07:51:11 AM
 #16

One can self-host insight which is nifty, but also not clear that you know but there are at least 3 instances of insight available:
- https://insight.bitpay.com/
- https://search.bitaccess.ca/
- https://chain.localbitcoins.com/

Description of the api: https://github.com/bitpay/insight-api

Great, thanks, I'll add a note to my main post. If these instances will stay around is of course questionable - except the Bitpay one, maybe.
localbitcoins is also in use at the site of the same name so I presume that's their reference for checking trades there.  So I'd imagine that would also be fairly stable one.
All three sites have been up since I became aware of insight.

If you liked this post buy me a beer.  Beers are quite cheap where I live!
bc1q707guwp9pc73r08jw23lvecpywtazjjk399daa
Tjopper
Full Member
***
Offline Offline

Activity: 146
Merit: 100


Co-Founder @ Blocktrail


View Profile WWW
February 02, 2015, 10:44:00 AM
 #17

Thanks, that was exactly what I was looking for (but with search disabled...)

Actually, after a second glance, not really. Smiley The focus of the other thread is block explorers, not the discussions of APIs.
So it seems that most people report their favorite block explorer for occasional manual use,
rather programmatically usable APIs that support a bigger feature set. Most of the sites listed
don't have an API.

Try to list those especially offering bitcoin send/receive API. AFAIK none still offers it as good as blockchain.info, though it is difficult to offer a send API for those, who do not have a wallet service.

Can I challenge you to try our API and see if you still think bc.info is the best ?
Im from the https://www.blocktrail.com/ team, if you need any help I can get our team to help you with the integration.

Blocktrail Bitcoin Platform: Wallet - API - Explorer
www.blocktrail.com
www.twitter.com/JopHartog
newIndia
Legendary
*
Offline Offline

Activity: 2226
Merit: 1049


View Profile
February 02, 2015, 11:13:47 AM
 #18

Thanks, that was exactly what I was looking for (but with search disabled...)

Actually, after a second glance, not really. Smiley The focus of the other thread is block explorers, not the discussions of APIs.
So it seems that most people report their favorite block explorer for occasional manual use,
rather programmatically usable APIs that support a bigger feature set. Most of the sites listed
don't have an API.

Try to list those especially offering bitcoin send/receive API. AFAIK none still offers it as good as blockchain.info, though it is difficult to offer a send API for those, who do not have a wallet service.

Can I challenge you to try our API and see if you still think bc.info is the best ?
Im from the https://www.blocktrail.com/ team, if you need any help I can get our team to help you with the integration.

I dint say bc.info is great in terms of normal blockchain API. I said it in terms of 2 specific functions required by merchants... the send & receive API. bc.info is becoming monopoly in providing these 2 specific service, which I think is bad.

Tjopper
Full Member
***
Offline Offline

Activity: 146
Merit: 100


Co-Founder @ Blocktrail


View Profile WWW
February 02, 2015, 12:15:45 PM
 #19

Thanks, that was exactly what I was looking for (but with search disabled...)

Actually, after a second glance, not really. Smiley The focus of the other thread is block explorers, not the discussions of APIs.
So it seems that most people report their favorite block explorer for occasional manual use,
rather programmatically usable APIs that support a bigger feature set. Most of the sites listed
don't have an API.

Try to list those especially offering bitcoin send/receive API. AFAIK none still offers it as good as blockchain.info, though it is difficult to offer a send API for those, who do not have a wallet service.

Can I challenge you to try our API and see if you still think bc.info is the best ?
Im from the https://www.blocktrail.com/ team, if you need any help I can get our team to help you with the integration.

I dint say bc.info is great in terms of normal blockchain API. I said it in terms of 2 specific functions required by merchants... the send & receive API. bc.info is becoming monopoly in providing these 2 specific service, which I think is bad.

Sorry for my miss understanding there,
We do offer send and receive but only for BTC not a conversion to dollars or euro, is this where you are looking for ?

Blocktrail Bitcoin Platform: Wallet - API - Explorer
www.blocktrail.com
www.twitter.com/JopHartog
newIndia
Legendary
*
Offline Offline

Activity: 2226
Merit: 1049


View Profile
February 02, 2015, 03:07:05 PM
 #20

Thanks, that was exactly what I was looking for (but with search disabled...)

Actually, after a second glance, not really. Smiley The focus of the other thread is block explorers, not the discussions of APIs.
So it seems that most people report their favorite block explorer for occasional manual use,
rather programmatically usable APIs that support a bigger feature set. Most of the sites listed
don't have an API.

Try to list those especially offering bitcoin send/receive API. AFAIK none still offers it as good as blockchain.info, though it is difficult to offer a send API for those, who do not have a wallet service.

Can I challenge you to try our API and see if you still think bc.info is the best ?
Im from the https://www.blocktrail.com/ team, if you need any help I can get our team to help you with the integration.

I dint say bc.info is great in terms of normal blockchain API. I said it in terms of 2 specific functions required by merchants... the send & receive API. bc.info is becoming monopoly in providing these 2 specific service, which I think is bad.

Sorry for my miss understanding there,
We do offer send and receive but only for BTC not a conversion to dollars or euro, is this where you are looking for ?

To be specific, I'm looking for alternative to the following 2...

i. https://blockchain.info/api/api_send

ii. https://blockchain.info/api/api_receive

If you are offering similar alternative, can you please point me to the specific links on https://www.blocktrail.com/api/docs ? Conversion to any FIAT is not the requirement. bc.i does not offer it either.

Pages: [1] 2 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!