forked from EvergreenCrypto/docker-finance
client: fetch.yaml.in: price: fetch from all APIs
Demonstrates a more realistic scenario.
This commit is contained in:
@@ -111,24 +111,32 @@ version: @DOCKER_FINANCE_VERSION@
|
||||
# NOTE: an empty `key` will use the free Public API. Otherwise, Pro API (paid plan) will be used.
|
||||
key:
|
||||
asset:
|
||||
# Assets not currently available (or accessible) through Mobula
|
||||
- "aave-v3-weth/aEthWETH"
|
||||
- "aave-weth/aWETH"
|
||||
- "bitcoin-cash/BCH"
|
||||
- "weth/WETH"
|
||||
- "wrapped-bitcoin/WBTC"
|
||||
|
||||
# Duplicates of `mobula`-fetched assets above
|
||||
#- "compound-usdt/cUSDT" # NOTE: delisted on coingecko: 2022-06-18
|
||||
- "aave-usdc/aUSDC"
|
||||
- "algorand/ALGO"
|
||||
- "autonolas/OLAS"
|
||||
- "binance-usd/BUSD"
|
||||
- "bitcoin/BTC"
|
||||
- "cardano/ADA"
|
||||
- "ethereum/ETH"
|
||||
- "gemini-dollar/GUSD"
|
||||
- "litecoin/LTC"
|
||||
- "matic-network/MATIC"
|
||||
- "metacade/MCADE"
|
||||
- "multichain/MULTI"
|
||||
- "paxos-standard/PAX"
|
||||
- "paypal-usd/PYUSD"
|
||||
- "tether/USDT"
|
||||
- "tezos/XTZ"
|
||||
- "usd-coin/USDC"
|
||||
#- "aave-usdc/aUSDC"
|
||||
#- "algorand/ALGO"
|
||||
#- "autonolas/OLAS"
|
||||
#- "binance-usd/BUSD"
|
||||
#- "bitcoin/BTC"
|
||||
#- "cardano/ADA"
|
||||
#- "ethereum/ETH"
|
||||
#- "gemini-dollar/GUSD"
|
||||
#- "litecoin/LTC"
|
||||
#- "matic-network/MATIC"
|
||||
#- "metacade/MCADE"
|
||||
#- "multichain/MULTI"
|
||||
#- "paxos-standard/PAX"
|
||||
#- "paypal-usd/PYUSD"
|
||||
#- "tether/USDT"
|
||||
#- "tezos/XTZ"
|
||||
#- "usd-coin/USDC"
|
||||
|
||||
account:
|
||||
# When creating a Gemini API key, create a key with only the "Auditor" role
|
||||
|
||||
Reference in New Issue
Block a user