Bitcoin Forum

Economy => Service Discussion => Topic started by: crypto500 on September 06, 2017, 08:15:10 PM



Title: Crypto currencies circulating supply
Post by: crypto500 on September 06, 2017, 08:15:10 PM
Hello,
I try to get data about circulating supply for crypto currencies.

Can someone know how the sites like coinmarketcap.com and others get its data?


Thanks,
Liran


Title: Re: Crypto currencies circulating supply
Post by: Lucasgabd on September 06, 2017, 08:38:00 PM
would like to know the same, commenting to follow.
thanks for making the question

usually I just consult coinamrketcap


Title: Re: Crypto currencies circulating supply
Post by: TryNinja on September 06, 2017, 08:56:46 PM
Taken from their FAQ[1]:

Quote
Circulating Supply is the best approximation of the number of coins that are circulating in the market and in the general public's hands.
Total Supply is the total amount of coins in existence right now (minus any coins that have been verifiably burned).
Max Supply the best approximation of the maximum amount of coins that will ever exist in the lifetime of the cryptocurrency.

Why does the supply number sometimes appear grayed out?
- A grayed out supply number indicates that the data source for the supply has gone stale for at least seven days and might not be up to date.

Technical informations are manually inserted with every coin they add.
And other informations related to price are gathered from several exchanges APIs.

[1] https://coinmarketcap.com/faq/


Title: Re: Crypto currencies circulating supply
Post by: aleksej996 on September 06, 2017, 09:26:23 PM
They take the prices of a coin from the exchanges and multiple it with the total amount of coins mined. Pretty simple.


Title: Re: Crypto currencies circulating supply
Post by: crypto500 on September 06, 2017, 09:53:33 PM
They take the prices of a coin from the exchanges and multiple it with the total amount of coins mined. Pretty simple.

Any Idea how they get the total amount of coin mined?

I want to get the data directly and not from thier API.

Thanks


Title: Re: Crypto currencies circulating supply
Post by: ncsupanda on September 07, 2017, 02:16:03 AM
They take the prices of a coin from the exchanges and multiple it with the total amount of coins mined. Pretty simple.

Any Idea how they get the total amount of coin mined?

I want to get the data directly and not from thier API.

Thanks

They may run versions of the coins wallet and a simple call to the wallet will give you the parameter "moneysupply" which is the number of coins currently in existence on that chain.

Something like that.


Title: Re: Crypto currencies circulating supply
Post by: Devilcheg on September 07, 2017, 06:39:01 AM
Hello,
I try to get data about circulating supply for crypto currencies.

Can someone know how the sites like coinmarketcap.com and others get its data?


Thanks,
Liran

coinmarketcap.com uses API exchanges
Go to https://coinmarketcap.com/currencies/bitcoin/#Markets
You see a list of exchanges that trade bitcoin.
All these exchanges have their own API, through which you can receive data.
And already with these data you can make a similar site.


Title: Re: Crypto currencies circulating supply
Post by: crypto500 on September 08, 2017, 09:42:07 PM
Hi,
Can you give examples of that API?

Thanks


Title: Re: Crypto currencies circulating supply
Post by: ncsupanda on September 09, 2017, 12:45:12 AM
Hi,
Can you give examples of that API?

Thanks

https://bittrex.com/home/api


Title: Re: Crypto currencies circulating supply
Post by: iamabdul on October 31, 2017, 11:40:26 AM
Can any one comment on ? circulating supply on coinmarketcap? What are the reasons behind?


Title: Re: Crypto currencies circulating supply
Post by: bitcoinveda on October 31, 2017, 04:01:19 PM
Coinmarketcap(dot)com provides different types of supply for different cryptocurrencies. Broadly there are 3 types of supply provided by cryptocurrency listing cites such as coinmarketcap(dot)com.

Circulating supply: Circulating supply is the amount of coin available at the present time and circulating in the market.

Total supply: Total supply is the amount of coin that is already in existence. However, not all of the coins may be circulating at the present time. Generally, total supply is equal to or greater than the circulating supply.

Maximum supply: Maximum supply is the amount of coin that will ever exist for that particular cryptocurrency. For example, Bitcoins max supply is 21 million BTC.


Title: Re: Crypto currencies circulating supply
Post by: bitqistchris on October 31, 2017, 07:13:15 PM
Hello,
I try to get data about circulating supply for crypto currencies.

Can someone know how the sites like coinmarketcap.com and others get its data?


Thanks,
Liran

coinmarketcap.com uses API exchanges
Go to https://coinmarketcap.com/currencies/bitcoin/#Markets
You see a list of exchanges that trade bitcoin.
All these exchanges have their own API, through which you can receive data.
And already with these data you can make a similar site.

I highly doubt that they use these APIs to retrieve a currency's circulating/total supply.


Title: Re: Crypto currencies circulating supply
Post by: Karimeen on November 01, 2017, 10:03:52 AM


            Important factors to bear in mind before investing in any cryptocurrency is to find out the coin supply.Circulating supply is the amount of coin available at the present time and circulating in the market.Total supply is the amount of coin that is already in existence.Not
all the coin may be circulating at the present time.Generally total supply is equal to or greater than the circulating supply. If a cryptocurrency has
only the circulating supply and does not have total supply or max supply,that means that cryptocurrency has circulating supply and total supply but does not have max supply that means no maximum cap on that coin.In Etherum, monera etc, they only have circulating supply information because their supply is infinite.


Title: Re: Crypto currencies circulating supply
Post by: xFiber on November 01, 2017, 12:46:33 PM
All the data you need from practically every single crypto currency is stored on coinmarketcap.com (bookmark it, you're going to need it if you are serious about crypto currency). For me the total supply and the circulating supply are a big factor when I do a fundamental analysis.


Title: Re: Crypto currencies circulating supply
Post by: Philippines on November 01, 2017, 09:19:45 PM
Taken from their FAQ[1]:

Quote
Circulating Supply is the best approximation of the number of coins that are circulating in the market and in the general public's hands.
Total Supply is the total amount of coins in existence right now (minus any coins that have been verifiably burned).
Max Supply the best approximation of the maximum amount of coins that will ever exist in the lifetime of the cryptocurrency.

Why does the supply number sometimes appear grayed out?
- A grayed out supply number indicates that the data source for the supply has gone stale for at least seven days and might not be up to date.

Technical informations are manually inserted with every coin they add.
And other informations related to price are gathered from several exchanges APIs.

[1] https://coinmarketcap.com/faq/


Yeah this right and coinmarketcap is very useful , especially to those who are just newbie in ALTCOINS.


Title: Re: Crypto currencies circulating supply
Post by: Salmen on November 01, 2017, 09:45:16 PM
Seems nobody answered this question perfectly. Each cryptocurrency has a dedicated block explorer like Iquidus Explorer (https://github.com/iquidus/explorer) who has an API function. Thanks to this API function, Coinmarketcap calls the API of the dedicated block explorer and changes the available information in the database vice-versa to the site.


Title: Re: Crypto currencies circulating supply
Post by: Coin-Keeper on November 01, 2017, 11:37:24 PM
"Circulating supply" is not that easy.  The larger trades (early adopters, institutional, etc....) are handled using OTC and Dark Pool mechanisms.  They are not funneled through public exchanges.  Frankly, those transactions out value the daily trades the public exchanges handle.  They move thousands or tens of thousands of coins per transaction and they way they do it doesn't move the price needle mid transaction due to sucking the demand curve.


Title: Re: Crypto currencies circulating supply
Post by: Dracarys26 on November 02, 2017, 06:03:15 AM
Circulating Supply is the best approximation of the number of coins that are circulating in the market and in the general public's hands.


Title: Re: Crypto currencies circulating supply
Post by: TheRomanLegion_ on November 03, 2017, 08:54:23 PM
Coinmarketcap gets it's data from users manually uploading it. Coinmarketcap then checks block explorers or etherscan to verify if it is right or not.
As far as I am aware, they only use API's for the larger cryptos like bitcoin, ethereum etc.

I'm not too sure about other sites.


Title: Re: Crypto currencies circulating supply
Post by: thinkloop on January 31, 2018, 02:07:28 AM
For max supply, the only way to be sure is by reading the code. Especially with alts, which are under development, where the core team basically makes all the decisions and are decentralized only in aspiration, the inflation and max supply can change in a single commit.

I am not sure how circulating supply is derived.


Title: Re: Crypto currencies circulating supply
Post by: s11h02 on November 19, 2018, 01:08:48 PM
Hello Guys,
I wanted to ask if someone found different source for supplies (other than CoinMarketCap).
Or if you knows about a way to get directly the information without a third side.

Thanks :)