Bitcoin Forum
September 30, 2024, 06:15:23 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: Official List: Altcoins with limited supply and their current/future amounts on: December 31, 2017, 07:00:32 AM
Hi

I found the information through coinmarketcap's API (https://coinmarketcap.com/api/).

https://api.coinmarketcap.com/v1/ticker/?convert=EUR&limit=2000

This will give you info for all available cryptos in this format:

[
    {
        "id": "bitcoin",
        "name": "Bitcoin",
        "symbol": "BTC",
        "rank": "1",
        "price_usd": "13104.5",
        "price_btc": "1.0",
        "24h_volume_usd": "13491300000.0",
        "market_cap_usd": "219803416562",
        "available_supply": "16773125.0",
        "total_supply": "16773125.0",
        "max_supply": "21000000.0",
        "percent_change_1h": "-1.65",
        "percent_change_24h": "-3.97",
        "percent_change_7d": "-6.43",
        "last_updated": "1514701460",
        "price_eur": "10916.0485",
        "24h_volume_eur": "11238252900.0",
        "market_cap_eur": "183096245997"
    },
...
    {
        "id": "casinocoin",
        "name": "CasinoCoin",
        "symbol": "CSC",
        "rank": "1372",
        "price_usd": "0.508835",
        "price_btc": "0.00002727",
        "24h_volume_usd": null,
        "market_cap_usd": null,
        "available_supply": null,
        "total_supply": "38601187.0",
        "max_supply": null,
        "percent_change_1h": null,
        "percent_change_24h": null,
        "percent_change_7d": null,
        "last_updated": "1513606441",
        "price_eur": "0.423859555",
        "24h_volume_eur": null,
        "market_cap_eur": null
    }
]

You'll have to parse it, but the info is there and it can be obtained automatically.

Hope this helps
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!