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.
|
# NOTE: an empty `key` will use the free Public API. Otherwise, Pro API (paid plan) will be used.
|
||||||
key:
|
key:
|
||||||
asset:
|
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
|
#- "compound-usdt/cUSDT" # NOTE: delisted on coingecko: 2022-06-18
|
||||||
- "aave-usdc/aUSDC"
|
#- "aave-usdc/aUSDC"
|
||||||
- "algorand/ALGO"
|
#- "algorand/ALGO"
|
||||||
- "autonolas/OLAS"
|
#- "autonolas/OLAS"
|
||||||
- "binance-usd/BUSD"
|
#- "binance-usd/BUSD"
|
||||||
- "bitcoin/BTC"
|
#- "bitcoin/BTC"
|
||||||
- "cardano/ADA"
|
#- "cardano/ADA"
|
||||||
- "ethereum/ETH"
|
#- "ethereum/ETH"
|
||||||
- "gemini-dollar/GUSD"
|
#- "gemini-dollar/GUSD"
|
||||||
- "litecoin/LTC"
|
#- "litecoin/LTC"
|
||||||
- "matic-network/MATIC"
|
#- "matic-network/MATIC"
|
||||||
- "metacade/MCADE"
|
#- "metacade/MCADE"
|
||||||
- "multichain/MULTI"
|
#- "multichain/MULTI"
|
||||||
- "paxos-standard/PAX"
|
#- "paxos-standard/PAX"
|
||||||
- "paypal-usd/PYUSD"
|
#- "paypal-usd/PYUSD"
|
||||||
- "tether/USDT"
|
#- "tether/USDT"
|
||||||
- "tezos/XTZ"
|
#- "tezos/XTZ"
|
||||||
- "usd-coin/USDC"
|
#- "usd-coin/USDC"
|
||||||
|
|
||||||
account:
|
account:
|
||||||
# When creating a Gemini API key, create a key with only the "Auditor" role
|
# When creating a Gemini API key, create a key with only the "Auditor" role
|
||||||
|
|||||||
Reference in New Issue
Block a user