ABCDEFGHIJKLMNOPQRSTUVWX
1
/v4/dex/listings/info- Metadata of dexes
2
Returns all static metadata for one or more decentralised exchanges. This information includes details like launch
date, logo, official website URL, social links, and market fee documentation URL.
3
4
ParamsTypeDescription
5
idstringOne or more comma-separated CoinMarketCap cryptocurrency exchange ids. Example: "1,2"
6
auxstring
default:
"urls", "logo", "description",
"date_launched", "notice"
Optionally specify a comma-separated list of supplemental data fields to return.
Pass a valid value to include the auxiliary field.

Valid values:
"urls", "logo", "description", "date_launched", "notice"
7
8
Successful Response
9
10
Response will be an array of the following:
11
12
ParamsTypeDescription
13
idintegerThe unique CoinMarketCap ID for this exchange.
14
namestringThe name of this exchange.
15
slugstringThe web URL friendly shorthand version of this exchange name.
16
logostringLink to a CoinMarketCap hosted logo png for this exchange. 64px is default size returned. Replace "64x64" in the image path with these alternative sizes: 16, 32, 64, 128, 200
17
date_launchedstring <date>Timestamp (ISO 8601) of the launch date for this exchange.
18
noticestringA Markdown formatted message outlining a condition that is impacting the availability of the exchange's market data
or the secure use of the exchange, otherwise null. This may include a maintenance event on the exchange's end or
CoinMarketCap's end, an alert about reported issues with withdrawls from this exchange, or another condition that may
be impacting the exchange and it's markets. If present, this notice is also displayed in an alert banner at the top of the
exchange's page on coinmarketcap.com.
19
urlsJSONAn object containing various resource URLs for this exchange.
20
statusstringCurrent status of the DEX. Can be "active" or "inactive".
21
22
urls
23
ParamsTypeDescription
24
websitearrayOfficial website URLs.
25
blogarrayOfficial blog URLs.
26
chatarrayOfficial chat URLs.
27
feearrayOfficial web URLs covering exchange fees.
28
twitterarrayOfficial twitter profile URLs.
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100