Author

Topic: Getting bitcoin json data (Read 857 times)

newbie
Activity: 4
Merit: 0
July 03, 2015, 06:54:51 AM
#11
What else do you need other than the BTC price and the block location data?    It would be hard to suggest which specific API to use without an exact list of what you need.   

I think BTC price and block location would be enough , but what I want to do is to recreate this globe and the fist thing is to first fully understand what do heights and colors of bars represent.
legendary
Activity: 2268
Merit: 1140
July 02, 2015, 09:21:27 PM
#10
What else do you need other than the BTC price and the block location data?    It would be hard to suggest which specific API to use without an exact list of what you need.   
newbie
Activity: 4
Merit: 0
July 02, 2015, 05:09:45 PM
#9
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON.
I'll appreciate if someone can help me with this.
Thanks very much

You can get the current price using any API that's provided by btc-e, blockchain.info, BitPay, or any other number of exchanges. You just have to search and pick whichever one works for you.

You can use the Bitnodes API to get information about nodes similar to what's shown on the globe.

Thanks very much , https://getaddr.bitnodes.io/api seems to be a very good source . But I had another question about why bitcoin globes are different , for example http://bitcoinglobe.com/ and https://blockchain.info/nodes-globe?series=topBlockRelay are totally different from what they seem and unfortunately they don't have any manuals for what different heights and colors mean.
I'll appreciate if you can also help me with this.
Thanks very much
I can't find any FAQ of what are these pages legends
What do you exactly want to do?

Thanks , I want to first fully understand what they represent. second I want to get API to give me data to recreate the globe.
legendary
Activity: 1120
Merit: 1000
July 02, 2015, 05:03:17 PM
#8
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON.
I'll appreciate if someone can help me with this.
Thanks very much

You can get the current price using any API that's provided by btc-e, blockchain.info, BitPay, or any other number of exchanges. You just have to search and pick whichever one works for you.

You can use the Bitnodes API to get information about nodes similar to what's shown on the globe.

Thanks very much , https://getaddr.bitnodes.io/api seems to be a very good source . But I had another question about why bitcoin globes are different , for example http://bitcoinglobe.com/ and https://blockchain.info/nodes-globe?series=topBlockRelay are totally different from what they seem and unfortunately they don't have any manuals for what different heights and colors mean.
I'll appreciate if you can also help me with this.
Thanks very much
I can't find any FAQ of what are these pages legends
What do you exactly want to do?
newbie
Activity: 4
Merit: 0
July 02, 2015, 02:55:27 PM
#7
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON.
I'll appreciate if someone can help me with this.
Thanks very much

You can get the current price using any API that's provided by btc-e, blockchain.info, BitPay, or any other number of exchanges. You just have to search and pick whichever one works for you.

You can use the Bitnodes API to get information about nodes similar to what's shown on the globe.

Thanks very much , https://getaddr.bitnodes.io/api seems to be a very good source . But I had another question about why bitcoin globes are different , for example http://bitcoinglobe.com/ and https://blockchain.info/nodes-globe?series=topBlockRelay are totally different from what they seem and unfortunately they don't have any manuals for what different heights and colors mean.
I'll appreciate if you can also help me with this.
Thanks very much
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
June 22, 2015, 08:10:10 AM
#6
What all datas do you need?

For getting values from different exchanges, you will have to use API from exchanges you want to fetch. Bither fetches rates from some of the known exchanges, try to look the codes. You will get something useful from it. ATM I am lazy to point you to the exact lines. Github repository of Bither: https://github.com/bither.
legendary
Activity: 1946
Merit: 1137
June 22, 2015, 01:36:43 AM
#5
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON.
I'll appreciate if someone can help me with this.
Thanks very much
if you plan to make your program public and open source i am interested in it. i would like an application with the ability to show my addresses balances and bitcion price from different sources.
hero member
Activity: 686
Merit: 500
fb.com/Bitky.shop | Bitcoin Merch!Premium Quality!
June 22, 2015, 01:22:46 AM
#4
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON.
I'll appreciate if someone can help me with this.
Thanks very much

In every bitcoin exchanger use an API for current btc price, for example:
https://www.bitstamp.net/api/
Also coindesk use too: http://www.coindesk.com/api/


~iki
legendary
Activity: 3472
Merit: 10611
June 22, 2015, 01:10:12 AM
#3
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON.
I'll appreciate if someone can help me with this.
Thanks very much
most bitcoin wallets have current price of bitcoin from different sources (multiple exchanges), like multibit for example. you can check their github page for their code and to copy it easily for your own usage.
sr. member
Activity: 266
Merit: 250
June 21, 2015, 03:50:37 PM
#2
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON.
I'll appreciate if someone can help me with this.
Thanks very much

You can get the current price using any API that's provided by btc-e, blockchain.info, BitPay, or any other number of exchanges. You just have to search and pick whichever one works for you.

You can use the Bitnodes API to get information about nodes similar to what's shown on the globe.
newbie
Activity: 4
Merit: 0
June 21, 2015, 02:46:31 PM
#1
Hi, my first post here. I'm new to bitcoin and I wanted to create a program which shows bitcoin data. I want to show the current price of the bitcoin , and also the feed to develop the bitcoin globe like https://blockchain.info/nodes-globe?series=topBlockRelay . I wanted to ask if there is any source I that can give me these feeds preferably in JSON.
I'll appreciate if someone can help me with this.
Thanks very much
Jump to: