Author

Topic: What is the most reliable API for Bitcoin data fetching? (Read 145 times)

member
Activity: 96
Merit: 22
There is a similar project I had been through where you can receive payments. As per my experience you do not have to code here it is just a payment integration: https://coinswitch.co/payment

They even have their API integration which you can check here: https://developer.coinswitch.co/
staff
Activity: 3500
Merit: 6152
Blockonomics should be what you're looking for. The option the user above suggested is good as well (might be overkill), and you can also eliminate the need of running your own node by using third-party hosting.
legendary
Activity: 2954
Merit: 2145
I've heard that BTCPayserver is a good self-hosted, open source alternative to third party payment processors like Bitpay. It would probably be much easier to integrate it rather than working with wallets or public api's for getting just block data like you are asking, since you'll just be developing a similar service from scratch. Alternatively you can use one of those processors like BitPay, but they come with many downsides.
legendary
Activity: 2912
Merit: 2066
Cashback 15%
Have you looked into Electrum? You'll have to install Electrum on your server but you won't have to run a full node:

https://electrum.readthedocs.io/en/latest/merchant.html
jr. member
Activity: 43
Merit: 1
We are creating a simple web store, where we want to be able to received Bitcoin payments. We don't want to run our own node (we don't have resources for that) and want to use some API to scan the Blockchain and detect incoming payments.

The question is: what is the most reliable API nowadays? We tried Blockchain.info, but it has some issues (we've heard).

What would be a better alternative?
Jump to: