Spaces:
Running
Running
Update src/templates/dashboard/setup.html
Browse files
src/templates/dashboard/setup.html
CHANGED
|
@@ -52,6 +52,9 @@
|
|
| 52 |
<label>CoinMarketCap Key <a href="https://pro.coinmarketcap.com/signup/" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 53 |
<input type="text" name="cmc_key" value="{{ cmc }}" placeholder="Paste CMC Key here...">
|
| 54 |
|
|
|
|
|
|
|
|
|
|
| 55 |
<label style="margin-top:15px; display:block;">LiveCoinWatch Key <a href="https://www.livecoinwatch.com/tools/api" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 56 |
<input type="text" name="lcw_key" value="{{ lcw }}" placeholder="Paste LCW Key here...">
|
| 57 |
|
|
|
|
| 52 |
<label>CoinMarketCap Key <a href="https://pro.coinmarketcap.com/signup/" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 53 |
<input type="text" name="cmc_key" value="{{ cmc }}" placeholder="Paste CMC Key here...">
|
| 54 |
|
| 55 |
+
<label style="margin-top:15px; display:block;">CoinGecko Key <a href="https://www.coingecko.com/en/developers/dashboard" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 56 |
+
<input type="text" name="cg_key" value="{{ cg }}" placeholder="Paste CG Key here...">
|
| 57 |
+
|
| 58 |
<label style="margin-top:15px; display:block;">LiveCoinWatch Key <a href="https://www.livecoinwatch.com/tools/api" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 59 |
<input type="text" name="lcw_key" value="{{ lcw }}" placeholder="Paste LCW Key here...">
|
| 60 |
|