Skip to content

This json file has 3383 crypto information. This information includes; name, symbol, cmc_id, cmc_logo

Notifications You must be signed in to change notification settings

goldenmoon67/Crypto_Symbols_And_Logos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Crypto_Symbols_And_Logos

This json object gives you 3384 coin information to use on your project freely. I know that how is hard to find free coin api with their images. Thats why, I created this json object and also I wanted everybody could use it. If you wanna create a little project, I promise this json file will be useful for you.

alt textalt textalt textalt text alt textalt textalt textalt text alt textalt text alt textalt textalt text

How is the objects

This json file has 3383 crypto information as a list . This information includes; cryptoName, cryptoSymbol, cryptoCMCId,cryptoIconUrl(CMC)

[
	{ 
		"id":1, 
		"symbol":"BTC", 
		"name":"Bitcoin", 
		"icon":"https://s2.coinmarketcap.com/static/img/coins/128x128/1.png" 
	},
	{
		"id":1027,
		"symbol":"ETH",
		"name":"Ethereum",
		"icon":"https://s2.coinmarketcap.com/static/img/coins/128x128/1027.png"
	}
]

Each coin object is as follows

{ 
	"id":1, 
	"symbol":"BTC", 
	"name":"Bitcoin", 
	"icon":"https://s2.coinmarketcap.com/static/img/coins/128x128/1.png" 
}

How was this file created?

This list has 3384 crypto. One open source file was used to create this json file. Here is link -> cryptocurrencies This repository has just coin name and symbol. But we need to see their icon as well. That's why I have used coinmarketcap.api. I give the symbols to service and then I get their coinmarketcap id. I need coinmarketcap id's because the image link works with coinmarketcap id. It was really hard to get all coinmarketcap id's from coinmarketcap api with using free plan. You can call the service just 333 times during in the 24 hours.

Releases

No releases published

Packages

No packages published