Only tokens listed on coinmarketcap.com appear here. All token information is automatically collected from coinmarketcap.com. If you want to add or update a token on CoinMarketCap, go to https://coinmarketcap.com and find the "Request Form" link at the bottom of the page. DO NOT send requests to add or update tokens here.
If you believe information in this repository does not accurately reflect information on coinmarketcap.com, feel free to open an issue or a pull request with code changes to the scraping script only.
A database of Ethereum tokens on CoinMarketCap.com in a machine-friendly format. Contains CoinMarketCap listings that link to an Ethereum tracker. Each entry includes basic information (name, symbol, CoinMarketCap ID and slug), links (including Twitter, Reddit, when available), and markets links. Not intended as a source for market data (see CoinMarketCap API for that).
Contributions welcome.
The base of the URLs for the following examples is https://forkdelta.app/.
The index.json
file contains abridged entries for every token, sorted by token address (effectively random).
Request:
GET /coinmarketcap-ethtoken-db/tokens/index.json
Response:
[
{
"id": 2617,
"address": "0x001f0aa5da15585e5b2305dbab2bac425ea71007",
"name": "IP Exchange",
"symbol": "IPSX",
"website_slug": "ip-exchange"
},
…
]
A separate JSON file is available for every token, accessible as :address.json
:
Request:
GET /coinmarketcap-ethtoken-db/tokens/0x001f0aa5da15585e5b2305dbab2bac425ea71007.json
Response:
{
"address": "0x001f0aa5da15585e5b2305dbab2bac425ea71007",
"id": 2617,
"links": {
"Announcement": "https://bitcointalk.org/index.php?topic=2897132.new#new",
"Chat": "https://t.me/IPExchange",
"Explorer": "https://etherscan.io/token/0x001f0aa5da15585e5b2305dbab2bac425ea71007",
"Explorer 2": "https://ethplorer.io/address/0x001f0aa5da15585e5b2305dbab2bac425ea71007",
"Reddit": "https://www.reddit.com/r/IPSX",
"Twitter": "https://twitter.com/ipexchange1",
"Website": "https://ip.sx/"
},
"markets": [
{
"exchange_name": "Bibox",
"pair": "IPSX/ETH",
"url": "https://www.bibox.com/exchange?coinPair=IPSX_ETH"
}
…
],
"name": "IP Exchange",
"symbol": "IPSX",
"website_slug": "ip-exchange"
}
The entire database is available as bundle.json
, which contains a JSON array of all data included
in the individual files.
Request:
GET /coinmarketcap-ethtoken-db/tokens/bundle.json
Response:
[
{
"address": "0x001f0aa5da15585e5b2305dbab2bac425ea71007",
"id": 2617,
"links": {
…
},
"markets": [
…
],
"name": "IP Exchange",
"symbol": "IPSX",
"website_slug": "ip-exchange"
},
{
"address": "0x006bea43baa3f7a6f765f14f10a1a1b08334ef45",
"id": 1861,
"links": {
…
},
"markets": [
…
],
"name": "Stox",
"symbol": "STX",
"website_slug": "stox"
},
…
]
The deprecated.json
file contains abridged entries for entries marked as deprecated. An entry is marked as deprecated if CoinMarketCap removes the link to the Ethereum address from the token description.
Request:
GET /coinmarketcap-ethtoken-db/tokens/deprecated.json
Response:
[
{
"id": 2617,
"address": "0x001f0aa5da15585e5b2305dbab2bac425ea71007",
"name": "IP Exchange",
"symbol": "IPSX",
"website_slug": "ip-exchange"
},
…
]
Data provided by coinmarketcap.com. If you use data contained in this repository, you must clearly cite coinmarketcap.com as the original source.
Am I allowed to use content (screenshots, data, graphs, etc.) for one of my personal projects and/or commercial use? Absolutely! Feel free to use any content as you see fit. We kindly ask that you cite us as a source. — https://coinmarketcap.com/faq/