Bitcoin Forum

Bitcoin => Project Development => Topic started by: crynvestor on January 05, 2018, 12:11:12 AM



Title: Best way to get up-to-date price (lists)
Post by: crynvestor on January 05, 2018, 12:11:12 AM
I'm talking about a service such as coinmarketcap but then with real-time data. Of course I could have a script pull the data and push it in my own database but that would require a 24/7 running vps or something like that and well, not willing to actually pay for it hehe.

So any of you know of an easy to access database-like service or application to fetch all prices in real-time?

Thanks in advance


Title: Re: Best way to get up-to-date price (lists)
Post by: blue_w1nter on January 05, 2018, 04:47:16 AM
So you want a list of all the prices of all the different coins?

Why aren't you able to just look at a markets list on an exchange?


Title: Re: Best way to get up-to-date price (lists)
Post by: safirin on January 05, 2018, 05:01:36 AM
I am not sure what you want to do with this price.

Best place is to check coinmarketcap. If you want to show price on your website or in your application coinmarketcap have Website Widget and API Ticker for most of the coin. Please do check Tools section in coinmarketcap, it might help you.


Title: Re: Best way to get up-to-date price (lists)
Post by: crynvestor on January 05, 2018, 05:18:28 AM
So you want a list of all the prices of all the different coins?

Why aren't you able to just look at a markets list on an exchange?
I am not sure what you want to do with this price.

Best place is to check coinmarketcap. If you want to show price on your website or in your application coinmarketcap have Website Widget and API Ticker for most of the coin. Please do check Tools section in coinmarketcap, it might help you.
I need real-time prices for a future bot(ting script) that automatically trades on multiple exchanges; hence I don't need to know the price, my application does, and as for coinmarketcap those are not real-time, those have a delay of 1h+ sometimes... I can't let my bot trade on data from over an hour ago if you know what I mean :p


Title: Re: Best way to get up-to-date price (lists)
Post by: jessica1612 on January 05, 2018, 08:07:32 AM
I am not sure what you want to do with this price.


Title: Re: Best way to get up-to-date price (lists)
Post by: CryptoWave on January 05, 2018, 08:10:41 AM
I'm talking about a service such as coinmarketcap but then with real-time data. Of course I could have a script pull the data and push it in my own database but that would require a 24/7 running vps or something like that and well, not willing to actually pay for it hehe.

So any of you know of an easy to access database-like service or application to fetch all prices in real-time?

Thanks in advance

https://bitcointalk.org/index.php?topic=2687278.msg27444049#msg27444049

I made this script that does exactly what you need.


Title: Re: Best way to get up-to-date price (lists)
Post by: crynvestor on January 05, 2018, 10:07:43 AM
I'm talking about a service such as coinmarketcap but then with real-time data. Of course I could have a script pull the data and push it in my own database but that would require a 24/7 running vps or something like that and well, not willing to actually pay for it hehe.

So any of you know of an easy to access database-like service or application to fetch all prices in real-time?

Thanks in advance

https://bitcointalk.org/index.php?topic=2687278.msg27444049#msg27444049

I made this script that does exactly what you need.
And from what exchanges are the data? There are multiple exchanges right


Title: Re: Best way to get up-to-date price (lists)
Post by: wisdomabioye on January 05, 2018, 11:27:06 AM
I use blockfolio android app to get real-time price.
Blockfolio Bitcoin and Altcoin Portfolio App offers complete cryptocurrency management, with easy to use tools to keep track of all your cryptocurrency.

Download link here
https://www.blockfolio.com/#download

I hope it helps.


Title: Re: Best way to get up-to-date price (lists)
Post by: xPPx on January 05, 2018, 11:43:35 PM
I use BlockFolio. Not as accurate, but you get EVERYTHIONG on one page in app...


Title: Re: Best way to get up-to-date price (lists)
Post by: crynvestor on January 05, 2018, 11:52:51 PM
I use blockfolio android app to get real-time price.
Blockfolio Bitcoin and Altcoin Portfolio App offers complete cryptocurrency management, with easy to use tools to keep track of all your cryptocurrency.

Download link here
https://www.blockfolio.com/#download

I hope it helps.
I use BlockFolio. Not as accurate, but you get EVERYTHIONG on one page in app...
Hehe indeed, BlockFolio is the one I'm using at the moment. Though another one fairly newer to look into is CryptoControl: Telegram: https://t.me/cryptocontrolio
They make it possible to add your api keys so you get your own tokens constantly updated thanks to the API connections.

But well, they pull their data from Coinmarketcap aswell so nothing helpfull there...


Title: Re: Best way to get up-to-date price (lists)
Post by: CryptoWave on January 05, 2018, 11:55:55 PM
I use blockfolio android app to get real-time price.
Blockfolio Bitcoin and Altcoin Portfolio App offers complete cryptocurrency management, with easy to use tools to keep track of all your cryptocurrency.

Download link here
https://www.blockfolio.com/#download

I hope it helps.
I use BlockFolio. Not as accurate, but you get EVERYTHIONG on one page in app...
Hehe indeed, BlockFolio is the one I'm using at the moment. Though another one fairly newer to look into is CryptoControl: Telegram: https://t.me/cryptocontrolio
They make it possible to add your api keys so you get your own tokens constantly updated thanks to the API connections.

But well, they pull their data from Coinmarketcap aswell so nothing helpfull there...

Been using https://play.google.com/store/apps/details?id=com.jsd.cryptoport&hl=en_GB recently, they use API keys to sync exchange portfolios also.


Title: Re: Best way to get up-to-date price (lists)
Post by: crynvestor on January 06, 2018, 12:07:10 AM
Been using https://play.google.com/store/apps/details?id=com.jsd.cryptoport&hl=en_GB recently, they use API keys to sync exchange portfolios also.
Thanks for the share, looks rather nice! Will test it out for sure! Do you know of any that lets you trade through their API connections aswell? Since I don't see how that is that much more difficult compared to fetching user balances?