Bitcoin Forum
May 04, 2024, 07:41:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Getting bitcoin json data  (Read 832 times)
smtabatabaie (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 21, 2015, 07: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
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714851700
Hero Member
*
Offline Offline

Posts: 1714851700

View Profile Personal Message (Offline)

Ignore
1714851700
Reply with quote  #2

1714851700
Report to moderator
1714851700
Hero Member
*
Offline Offline

Posts: 1714851700

View Profile Personal Message (Offline)

Ignore
1714851700
Reply with quote  #2

1714851700
Report to moderator
1714851700
Hero Member
*
Offline Offline

Posts: 1714851700

View Profile Personal Message (Offline)

Ignore
1714851700
Reply with quote  #2

1714851700
Report to moderator
bitnanigans
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 21, 2015, 08: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.
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10546



View Profile
June 22, 2015, 06: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.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
ikydesu
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

fb.com/Bitky.shop | Bitcoin Merch!Premium Quality!


View Profile WWW
June 22, 2015, 06: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
Herbert2020
Legendary
*
Offline Offline

Activity: 1946
Merit: 1137


View Profile
June 22, 2015, 06: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.

Weak hands have been complaining about missing out ever since bitcoin was $1 and never buy the dip.
Whales are those who keep buying the dip.
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 22, 2015, 01:10:10 PM
 #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.

smtabatabaie (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 02, 2015, 07: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
bitllionaire
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
July 02, 2015, 10: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?
smtabatabaie (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 02, 2015, 10: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.
Rmcdermott927
Legendary
*
Offline Offline

Activity: 2254
Merit: 1140


View Profile
July 03, 2015, 02:21:27 AM
 #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.   

smtabatabaie (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 03, 2015, 11: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.
Pages: [1]
  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!