-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.json
More file actions
30 lines (30 loc) · 751 Bytes
/
env.json
File metadata and controls
30 lines (30 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"base_url":"https://api.coinmarketcap.com/data-api/v3/cryptocurrency/listing",
"base_params": {
"start": 1,
"limit": 100,
"sortBy": "market_cap",
"sortType": "desc",
"convert": ["USD","BTC","ETH"],
"cryptoType": "all",
"tagType": "all",
"audited":"false",
"aux": [
"ath",
"atl",
"high24h",
"low24h",
"num_market_pairs",
"cmc_rank",
"date_added",
"tags",
"platform",
"max_supply",
"circulating_supply",
"total_supply",
"volume_7d",
"volume_30d"
],
"tagSlugs":"polygon-ecosystem"
}
}