This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Coins.toml
151 lines (128 loc) · 3.04 KB
/
Coins.toml
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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# If you want to add a new currency, use this template:
#short_name = "Long name of the coin"
# Which can be expanded into:
#[coins.short_name]
#long_name = "Long name of the coin"
#bitfinex = "The name used for access on the Bitfinex API. Default: [short_name] in CAPSLOCK"
#coinmarketcap = "The name used for access on the CoinMarketCap API. Default: name in kebab-case"
# coinmarketcap can be expanded into:
#[coins.short_name.coinmarketcap]
#id = "The name used for access on the CoinMarketCap API. Default: [short_name.name] in kebab-case"
#conversion_symbol = "The symbol used for access on the CoinMarketCap API. Default: [short_name] in lowercase"
[coins]
# Fiat
usd = "U.S. Dollar"
eur = "Euro"
chf = "Swiss Franc"
aud = "Australian Dollar"
brl = "Brazilian Real"
cad = "Canadian Dollar"
clp = "Chilean Peso"
cny = "Chinese Yuan"
czk = "Czech Koruna"
dkk = "Danish Krone"
gbp = "Great British Pound"
hkd = "Hong Kong Dollar"
huf = "Hungarian Forint"
idr = "Indonesian Rupiah"
ils = "Israeli Shekel"
inr = "Indian Rupee"
jpn = "Japanese Yen"
krw = "South Korean Won"
mxn = "Mexican Peso"
myr = "Malaysian Ringgit"
nok = "Norwegian Krone"
nzd = "New Zealand Dollar"
php = "Philippine Peso"
pkr = "Pakistani Rupee"
pln = "Polish Zioty"
rub = "Russian Ruble"
sek = "Swedish Krona"
sgd = "Singapore Dollar"
thb = "Thai Baht"
try = "Turkish Lira"
twd = "Taiwan New Dollar"
zar = "South African Rand"
# Cryptocurrencies
eth = "Ethereum"
btc = "Bitcoin"
ltc = "Litecoin"
req = "Request Network"
iot = "Iota"
edo = "Eidoo"
bch = "Bitcoin Cash"
xrp = "Ripple"
xmr = "Monero"
ada = "Cardano"
storj = "Storj"
lun = "Lunyr"
trx = "Tron"
neu = "Neumark"
bat = "Basic Attention Token"
xlm = "Stellar"
sub = "Substratum"
doge = "Dogecoin"
nuls = "NULS"
dai = "Dai"
rdn = "Raiden Network Token"
prl = "Oyster Pearl"
emc2 = "Einsteinium"
sxc = "Sexcoin"
tit = "Titcoin"
pepecash = "Pepe Cash"
lsk = "Lisk"
mod = "Modum"
nebl = "Neblio"
# Coins that need additional information
[coins.xrb]
long_name = "RaiBlocks"
coinmarketcap = "raiblocks"
[coins.lend]
long_name = "ETHLend"
coinmarketcap = "ethlend"
[coins.omg]
long_name = "OmiseGO"
coinmarketcap = "omisego"
[coins.gnt]
long_name = "Golem Network Token"
coinmarketcap = "golem"
[coins.qash]
long_name = "QASH"
bitfinex = "QSH"
[coins.eng]
long_name = "Enigma"
coinmarketcap = "Enigma Project"
[coins.spank]
long_name = "SpankChain"
bitfinex = "SPK"
coinmarketcap = "spankchain"
[coins.dnt]
long_name = "district0x"
coinmarketcap = "0x"
[coins.meme]
long_name = "Memetic / PepeCoin"
coinmarketcap = "memetic"
[coins.rep]
long_name = "Augur REPutation"
coinmarketcap = "augur"
[coins.bcc]
long_name = "BitConnect"
coinmarketcap = "bitconnect"
[coins.edt]
long_name = "EtherDelta Token"
coinmarketcap = "Etherdelta Token"
[coins.ttc]
long_name = "TittieCoin"
coinmarketcap = "Tittiecoin"
[coins.cann]
long_name = "CannabisCoin"
coinmarketcap = "Cannabiscoin"
[coins.ccn]
long_name = "CannaCoin"
coinmarketcap = "Cannacoin"
[coins.thc]
long_name = "HempCoin"
coinmarketcap = "Hempcoin"
[coins.link]
long_name = "ChainLink"
coinmarketcap = "chainlink"