You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.3 KiB
23 lines
1.3 KiB
{ |
|
"fiat": { |
|
"title": "Currency", |
|
"base": "USD", |
|
"lines": [ |
|
{ "key": "CAD", "name": "Canadian Dollar", "symbol": "CAD", "type": "fiat", "icon": "flag-ca" }, |
|
{ "key": "USD", "name": "US Dollar", "symbol": "USD", "type": "fiat", "icon": "flag-us" }, |
|
{ "key": "EUR", "name": "Euro", "symbol": "EUR", "type": "fiat", "icon": "flag-eu" } |
|
] |
|
}, |
|
"crypto": { |
|
"title": "Cryptocurrency", |
|
"vs_currency": "usd", |
|
"lines": [ |
|
{ "key": "BTC", "name": "Bitcoin", "symbol": "BTC", "type": "crypto", "coingecko_id": "bitcoin", "icon": "btc" }, |
|
{ "key": "CAT", "name": "Catcoin", "symbol": "CAT", "type": "crypto", "coingecko_id": "catcoin", "icon": "cat" }, |
|
{ "key": "ETH", "name": "Ethereum", "symbol": "ETH", "type": "crypto", "coingecko_id": "ethereum", "icon": "eth" }, |
|
{ "key": "EGAZ", "name": "Etica (EGAZ)", "symbol": "EGAZ", "type": "crypto", "source": "klingex", "klingex_pair": "EGAZ-USDT", "icon": "egaz" }, |
|
{ "key": "ETI", "name": "Etica (ETI)", "symbol": "ETI", "type": "crypto", "coingecko_id": "etica", "icon": "eti" }, |
|
{ "key": "ETHO", "name": "Etho Protocol", "symbol": "ETHO", "type": "crypto", "source": "klingex", "klingex_pair": "ETHO-USDT", "icon": "etho" } |
|
] |
|
} |
|
}
|
|
|