Bitcoin Forum

Bitcoin => Project Development => Topic started by: SwagiWagi on March 26, 2017, 03:56:42 PM



Title: Using an API
Post by: SwagiWagi on March 26, 2017, 03:56:42 PM
.


Title: Re: Using an API
Post by: nemgun on March 26, 2017, 05:15:03 PM
Well, supposing it is javascript, i suggest you to try https://www.blockcypher.com
They have a complete set of API calls who lets you do what you are looking for, i hope it is not for annother scam or HYIP program. By the way, what is this language ? or just a pseudo code ?


Title: Re: Using an API
Post by: shorena on March 26, 2017, 06:03:06 PM
Well, supposing it is javascript, i suggest you to try https://www.blockcypher.com
They have a complete set of API calls who lets you do what you are looking for, i hope it is not for annother scam or HYIP program. By the way, what is this language ? or just a pseudo code ?

I know Java/Python, Java prefered.
This site doesn't support Java, only JavaScript.
Any other suggestions?

Get a full node -> https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#Java


Title: Re: Using an API
Post by: nemgun on March 26, 2017, 06:27:25 PM
Well, supposing it is javascript, i suggest you to try https://www.blockcypher.com
They have a complete set of API calls who lets you do what you are looking for, i hope it is not for annother scam or HYIP program. By the way, what is this language ? or just a pseudo code ?

I know Java/Python, Java prefered.
This site doesn't support Java, only JavaScript.
Any other suggestions?

Get a full node -> https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#Java

What is that? Didn't got it.

It is bitcoin's secret weapon, a full list of how to use bitcoin in different languages. Untill now it is the only Crypto currency offer this kind of support.
Just look for the language you are looking for and use the examples to start coding.

But in your case, you want an API, so : https://www.blockcypher.com/dev/bitcoin/?shell#block
Just an example, you will have to read all the documents.


Title: Re: Using an API
Post by: ~Bitcoin~ on March 26, 2017, 06:51:05 PM
You can use blockchain.info api but you have to request api key for your service before using their api service.
Here is their api and guide for python https://github.com/blockchain/api-v1-client-python


Title: Re: Using an API
Post by: codrvar on March 26, 2017, 10:51:28 PM
Blockcypher is very good but the pricing structure looks expensive as free does not give you lots of requests, Blocktrail allows you to use more calls and multisignature addresses for free, Blockchain can be very slow.