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.
26 lines
647 B
26 lines
647 B
1 year ago
|
---
|
||
|
title: Coin Market Cap
|
||
|
description: Coin Market Cap Widget Configuration
|
||
|
---
|
||
|
|
||
|
Get your API key from your [CoinMarketCap Pro Dashboard](https://pro.coinmarketcap.com/account).
|
||
|
|
||
|
Allowed fields: no configurable fields for this widget.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: coinmarketcap
|
||
|
currency: GBP # Optional
|
||
|
symbols: [BTC, LTC, ETH]
|
||
|
key: apikeyapikeyapikeyapikeyapikey
|
||
|
```
|
||
|
|
||
|
You can also specify slugs instead of symbols (since symbols aren't garaunteed to be unique). If you supply both, slugs will be used. For example:
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: coinmarketcap
|
||
|
slugs: [chia-network, uniswap]
|
||
|
key: apikeyapikeyapikeyapikeyapikey
|
||
|
```
|