forked from EvergreenCrypto/docker-finance
client: fetch.yaml.in: update Coinbase comment
This commit is contained in:
@@ -149,14 +149,26 @@ version: @DOCKER_FINANCE_VERSION@
|
||||
# Use this format to fetch only trades with the following symbols/pairs (all BTC pairs and only GUSD/USD pair)
|
||||
#subaccount: "exchange/{BTC,gusdusd}"
|
||||
|
||||
# When creating a Coinbase V2 API key, select only the "wallet:accounts:read" *AND* "wallet:transactions:read" options
|
||||
# Supported Coinbase API formats:
|
||||
#
|
||||
# - CDP (Coinbase Developer Platform)
|
||||
# * When creating a CDP key, only select readonly
|
||||
#
|
||||
# - Coinbase Legacy Keys
|
||||
# * When creating a legacy key, only select:
|
||||
# - wallet:accounts:read
|
||||
# - wallet:transactions:read
|
||||
coinbase:
|
||||
key: "XXXXXXXXXXXXXXXX"
|
||||
passphrase:
|
||||
secret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
||||
|
||||
# Use this format to fetch all supported symbols/pairs
|
||||
subaccount: "platform"
|
||||
# Use this format to fetch only the accounts with the following symbols
|
||||
|
||||
# Use this format to fetch only accounts with the following codes
|
||||
# NOTE: codes will likely be the ticker symbol. See the following for details:
|
||||
# - https://docs.cdp.coinbase.com/sign-in-with-coinbase/docs/api-currencies
|
||||
#subaccount: "platform/{BTC,LTC,ETH,USDC,USD}"
|
||||
|
||||
coinbase-pro:
|
||||
|
||||
Reference in New Issue
Block a user