just to be straightforward, I'm curious about which Bitcoin API is the most detailed and geared towards developers?
top Bitcoin API for developers
19 replies 233 views
coin_sigmaLegendary
Posts: 1275 · Reputation: 5553
#2Jan 22, 2018, 11:21 AM
Why did you look for other sources of APIs the Bitcoin core or full node itself has RPC API you don't need to look for other sources unless you don't want to run a full node.
But if you still insist on looking for them I have a list of a good source for Bitcoin development that I think you can use for developing check this link below.
- https://github.com/igorbarinov/awesome-bitcoin
Thanks a lot
FYI, even if OP or someone else doesn't want to run their own full node, they could use service (such as getnodes.io getblock.io) which offer Bitcoin Core API.
At a glance, the list looks decent although it doesn't contain any service which designed to accept Bitcoin payment (such as Coinbace Commerce).
colddiamondHero Member
Posts: 623 · Reputation: 2467
#5Jan 24, 2018, 02:24 AM
More of a comment to the OP but it also matters what you are doing with it.
You need the best car.....
Are you doing around town deliverers with it?
Are you doing long road trips with it?
Do you just need it to go a few miles to and from work?
Do you need to have your large family in it comfortably?
and so on.
The answer to what car depends on it's use.
There are a bunch of APIs that work well, but there are some better then others for certain tasks.
-Dave
i understand your point, sorry i didn't show my intentions more clear. anyways, i want best BTC API to make live bitcoin price tracker for my website.
You may want to look at what Bitcoinity.org has to offer https://bitcoinity.org/markets/webmasters
If you just want free api which allows you display crypto prices, use coingecko's free api (but there are some limitations) you can also pay for better one.
here is code
js
css
This code requires react to install
upd
You can also make as chart, this time i used coincap free api.
requires libraries to display that chart also.
Those online providers of RPC APIs have a serious limitation. Because they only allow so many (lat's say X) amount of calls a day, it means you cannot use their APIs for building a transaction database which would otherwise let you work offline, because that requires literally millions of RPC calls which are way above what any provider is willing to allow.
colddiamondHero Member
Posts: 623 · Reputation: 2467
#11Jan 26, 2018, 10:41 AM
Agree with @aliveNFT coingecko is probably one of the better ones. And if you are just displaying the BTC price and updating every few minutes you will never run into any API call limitations.
Keep in mind what you are seeing at that point is a general idea of the price averaged across many exchanges. You can also get the price from a single exchange as most of them offer that too.
As of this moment
i.e. Average BTCprice according to coingecko is: $69313 BTC price at Coinbase is: $69378 so you can give interesting comparisons.
-Dave
Yes.. Unfortunately, in order to get the highest quality API for processing a bunch of calls per second and whatever it is in real time, it is necessary to throw out a considerable amount per month.
But I think in the case of the OP, he just needed an api to display the value of BTC. I think that free ones will be enough for him.
coin_sigmaLegendary
Posts: 1275 · Reputation: 5553
#13Jan 28, 2018, 05:32 AM
Does this getnodes.io work for you? Can you access the site?
I can't seem to access the site and my AV Kaspersky blocking it I also tried accessing it through other devices but it seems it's down.
Anyway, OP does not look exactly what we pointed to.
Now, it's clear well, that the links that I provided are for blockchain development so it won't fit if you are building a live Bitcoin price tracker.
The best API for price tracking is already mentioned above Coingecko and another one is Coinmarketcap but if you still looking for another price tracker with API check this one for Bitcoin only.
You're right. But when i made that reply, i didn't know what kind of data OP wants or how frequent he need to obtain it.
I also cannot access getnodes.io, although i'm sure i accessed it normally few months ago.
Was there no dependency installed
Maybe the package.json will just be fine to install ....
Or he can just make use of it's own ui along with the api because I think he only wants to use it in his project, generally it's a cool idea with the css for easy testing
He can also use it without installing react too he just need to declear those state use a required var.. + promise + functions =>(Js)
Getnodes.io doesn't have any IP address attached to it. Are you sure that you wen't trying to go to getblock.io or maybe bitnodes.io? Because both of them work on my end.
Personally, the most responsive price API I've seen so far is the Binance API, and you can couple that with any fiat currency exchange rate API in order to get things like BTC-USD price and stuff like that. But it needs an API key for both sites. That's fine though because you can just cache the fiat data and update it every 24 hours or at midnight.
Thanks for the reminder, i actually trying to say getblock.io. Looks like i forget their actual domain since i never use their service and i primarily remember they offer node API.
guru_wizardMember
Posts: 43 · Reputation: 203
#18Jan 29, 2018, 07:03 PM
disagree. It doesn't support balance on external address which you most probably will need. bcoin library has it
That could be solved by also running self-hosted block explorer or Electrum server. Besides, bcoin development is very slow these days where one of bcoin member state they're yet to support new features[1].
[1] https://github.com/bcoin-org/bcoin/issues/1183#issuecomment-2107543005
guru_wizardMember
Posts: 43 · Reputation: 203
#20Jan 29, 2018, 09:00 PM
https://www.quicknode.com/chains/btc
still supported. that's where i've used it. i can go without taproot to be fair . support on commercial platform means they do not have any real flaws for now
Related topics
- Bitcoin Core displaying coins (UTXOs) in a new tab 13
- Are you in favor of BIP-110? Let's get a Bitcoin poll going. 0
- Erlay seems to have some issues here’s a better proposal for a bitcoin protocol without invites 3
- Ways to earn some sats by contributing to bitcoin core development 5
- Exploring the Potential and Challenges of a Kardashev-Scale Bitcoin Network 3
- What can I do to fix this Bitcoin Core error? 8