forked from amrrs/coinmarketcapr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
35 lines (33 loc) · 1 KB
/
_pkgdown.yml
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
url: http://amrrs.github.io/coinmarketcapr
template:
params:
bootswatch: cerulean
reference:
- title: Setup
desc: Setup the API-key and the Base-URL for Coinmarketcap.
contents:
- setup
- get_setup
- reset_setup
- title: Cryptocurrencies
desc: Get data from the "Cryptocurrencies" endpoints. https://coinmarketcap.com/api/documentation/v1/#tag/cryptocurrency
contents:
- get_valid_currencies
- get_crypto_map
- get_crypto_meta
- get_crypto_listings
- get_crypto_quotes
- get_crypto_marketpairs
- get_crypto_ohlcv
- title: Global Metrics
desc: Get data from the "Global-metrics" endpoints. https://coinmarketcap.com/api/documentation/v1/#tag/global-metrics
contents:
- get_global_marketcap
- title: Exchanges
desc: Get data from the "Exchange" endpoints. https://coinmarketcap.com/api/documentation/v1/#tag/exchange
contents:
- get_exchange_map
- get_exchange_meta
- title: Plotting
contents:
- plot_top_currencies