Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created July 21, 2017 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdegges/739350d7b7b38a7fe3a783af75727698 to your computer and use it in GitHub Desktop.
Save rdegges/739350d7b7b38a7fe3a783af75727698 to your computer and use it in GitHub Desktop.
Crypto Compare API example.
$ curl https://www.cryptocompare.com/api/data/coinlist
{
...
"Data": {
"AVT": {
"Id": "138642",
"Url": "/coins/avt/overview",
"ImageUrl": "/media/1383599/avt.png",
"Name": "AVT",
"CoinName": "AventCoin",
"FullName": "AventCoin (AVT)",
"Algorithm": "N/A",
"ProofType": "N/A",
"FullyPremined": "0",
"TotalCoinSupply": "10000000",
"PreMinedValue": "N/A",
"TotalCoinsFreeFloat": "N/A",
"SortOrder": "1266"
},
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment