client: fetch.yaml.in: update Coinbase comment

This commit is contained in:
2024-07-02 22:41:01 -07:00
parent 07023ea952
commit d115e2907d

View File

@@ -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) # Use this format to fetch only trades with the following symbols/pairs (all BTC pairs and only GUSD/USD pair)
#subaccount: "exchange/{BTC,gusdusd}" #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: coinbase:
key: "XXXXXXXXXXXXXXXX" key: "XXXXXXXXXXXXXXXX"
passphrase: passphrase:
secret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" secret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# Use this format to fetch all supported symbols/pairs # Use this format to fetch all supported symbols/pairs
subaccount: "platform" 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}" #subaccount: "platform/{BTC,LTC,ETH,USDC,USD}"
coinbase-pro: coinbase-pro: