CoinMarketCap API
$ curl -H "X-CMC_PRO_API_KEY: your-api-key" -H "Accept: application/json" -d "start=1&limit=5&convert=USD" -G https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest { "status": { "timestamp": "2020-04-04T02:01:31.047Z", "error_code": 0, "error_message": null, "elapsed": 14, "credit_count": 1, "notice": null }, "data": [ { "id": 1, "name": "Bitcoin", "symbol": "BTC", "slug": "bitcoin", "num_market_pairs": 7712, "date_added": "2013-04-28T00:00:00.000Z", "tags": [ "mineable" ], "max_supply": 21000000, "circulating_supply": 18303512, "total_supply": 18303512, "platform": null, "cmc_rank": 1, "last_updated": "2020-04-04T02:00:42.000Z", "quote": { "USD": { "price": 6767.25210812, "volume_24h": 38400698313.4557, "percent_change_1h": -0.0119768, "percent_change_24h": -0.377763, "percent_change_7d": 6.20123, "market_cap": 123864480167.99973, "last_updated": "2020-04-04T02:00:42.000Z" } } }, { "id": 1027, "name": "Ethereum", "symbol": "ETH", "slug": "ethereum", "num_market_pairs": 5043, "date_added": "2015-08-07T00:00:00.000Z", "tags": [ "mineable" ], "max_supply": null, "circulating_supply": 110372129.4365, "total_supply": 110372129.4365, "platform": null, "cmc_rank": 2, "last_updated": "2020-04-04T02:00:30.000Z", "quote": { "USD": { "price": 142.531644799, "volume_24h": 13014563908.8669, "percent_change_1h": 0.00857922, "percent_change_24h": 0.203507, "percent_change_7d": 8.0599, "market_cap": 15731521148.55247, "last_updated": "2020-04-04T02:00:30.000Z" } } }, { "id": 52, "name": "XRP", "symbol": "XRP", "slug": "xrp", "num_market_pairs": 505, "date_added": "2013-08-04T00:00:00.000Z", "tags": [], "max_supply": 100000000000, "circulating_supply": 43935664307, "total_supply": 99991024920, "platform": null, "cmc_rank": 3, "last_updated": "2020-04-04T02:00:11.000Z", "quote": { "USD": { "price": 0.179920338696, "volume_24h": 2090403258.58152, "percent_change_1h": 0.246695, "percent_change_24h": 0.432528, "percent_change_7d": 3.20724, "market_cap": 7904919602.949198, "last_updated": "2020-04-04T02:00:11.000Z" } } }, { "id": 825, "name": "Tether", "symbol": "USDT", "slug": "tether", "num_market_pairs": 4317, "date_added": "2015-02-25T00:00:00.000Z", "tags": [], "max_supply": null, "circulating_supply": 6166094189.58219, "total_supply": 6577327275.20854, "platform": { "id": 83, "name": "Omni", "symbol": "OMNI", "slug": "omni", "token_address": "31" }, "cmc_rank": 4, "last_updated": "2020-04-04T02:00:26.000Z", "quote": { "USD": { "price": 1.00344887206, "volume_24h": 46068391493.0278, "percent_change_1h": 0.0788332, "percent_change_24h": 0.0839558, "percent_change_7d": 0.117525, "market_cap": 6187360259.551969, "last_updated": "2020-04-04T02:00:26.000Z" } } }, { "id": 1831, "name": "Bitcoin Cash", "symbol": "BCH", "slug": "bitcoin-cash", "num_market_pairs": 461, "date_added": "2017-07-23T00:00:00.000Z", "tags": [ "mineable" ], "max_supply": 21000000, "circulating_supply": 18366662.5, "total_supply": 18366662.5, "platform": null, "cmc_rank": 5, "last_updated": "2020-04-04T02:00:10.000Z", "quote": { "USD": { "price": 236.351668343, "volume_24h": 3633414312.73432, "percent_change_1h": -0.116202, "percent_change_24h": 0.842593, "percent_change_7d": 10.2789, "market_cap": 4340991323.767816, "last_updated": "2020-04-04T02:00:10.000Z" } } } ] }
apiTag:
api provider:
api:
CoinMarketCap API