Bitcoin Forum
May 07, 2024, 05:45:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Coinmarketcap technical help needed  (Read 295 times)
very_452001 (OP)
Sr. Member
****
Offline Offline

Activity: 1056
Merit: 270



View Profile
July 02, 2017, 11:26:04 PM
 #1

Hi,

On the above site I click on tools for bitcoin and other coins and can see Website widget and API ticker. Whats the difference?

Instead of going to that site all the time how do I download these tools to my desktop so I can view it straight from my desktop
1715060705
Hero Member
*
Offline Offline

Posts: 1715060705

View Profile Personal Message (Offline)

Ignore
1715060705
Reply with quote  #2

1715060705
Report to moderator
1715060705
Hero Member
*
Offline Offline

Posts: 1715060705

View Profile Personal Message (Offline)

Ignore
1715060705
Reply with quote  #2

1715060705
Report to moderator
1715060705
Hero Member
*
Offline Offline

Posts: 1715060705

View Profile Personal Message (Offline)

Ignore
1715060705
Reply with quote  #2

1715060705
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715060705
Hero Member
*
Offline Offline

Posts: 1715060705

View Profile Personal Message (Offline)

Ignore
1715060705
Reply with quote  #2

1715060705
Report to moderator
1715060705
Hero Member
*
Offline Offline

Posts: 1715060705

View Profile Personal Message (Offline)

Ignore
1715060705
Reply with quote  #2

1715060705
Report to moderator
1715060705
Hero Member
*
Offline Offline

Posts: 1715060705

View Profile Personal Message (Offline)

Ignore
1715060705
Reply with quote  #2

1715060705
Report to moderator
TryNinja
Legendary
*
Offline Offline

Activity: 2828
Merit: 6977



View Profile WWW
July 03, 2017, 12:13:07 AM
 #2

The Price Ticker Widget is just a HTML code that you can put on your website to show the latest price of the chosen coin.

An API ticker is used to integrate all the data found in Coinmarketcap on your application. For that you should probably understand what is an API. In this case you could use the Coinmarketcap API to get all the data like "price in USD" and "24h volume" from any coin available on their site and use it on your website or application.

You can find all the API documentation here.

There are tools that use the Coinmarketcap API to show you all the data without having to access their website.
E.g: https://steemit.com/steemit/@flash56/coinmarketcap-desktop-open-source-project

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
very_452001 (OP)
Sr. Member
****
Offline Offline

Activity: 1056
Merit: 270



View Profile
July 03, 2017, 12:54:18 PM
 #3

Ok apart from the above 2 tools is there a another way to watch live selective altcoins all on 1 screen at the same time using live data from coinmarketcap?
BrewMaster
Legendary
*
Offline Offline

Activity: 2114
Merit: 1292


There is trouble abrewing


View Profile
July 03, 2017, 04:13:28 PM
 #4

Ok apart from the above 2 tools is there a another way to watch live selective altcoins all on 1 screen at the same time using live data from coinmarketcap?

the data from coinmarketcap is not live, it updates every 5 minutes.
if you want a live price you have to use an exchange API to get the price data directly from the exchange not through a third party.

for example call this:
Code:
https://bittrex.com/api/v1.1/public/getmarketsummaries    
and then take the "Last" key or "Bid" or "Ask" keys for respective prices.

There is a FOMO brewing...
very_452001 (OP)
Sr. Member
****
Offline Offline

Activity: 1056
Merit: 270



View Profile
July 03, 2017, 06:30:17 PM
 #5

Ok I wont go for live data, every 5mins will be fine with me.

Yeah data has to be from coinmarketcap site as I believe that has the most comprehensive data.

Any suggestions?
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!