From d115e2907d5e78d9470aaa35205a2159dd7b88da Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 2 Jul 2024 22:41:01 -0700 Subject: [PATCH] client: fetch.yaml.in: update Coinbase comment --- .../container/fetch/fetch.yaml.in | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/client/docker-finance.d/container/fetch/fetch.yaml.in b/client/docker-finance.d/container/fetch/fetch.yaml.in index 0d96b9a..69562d3 100644 --- a/client/docker-finance.d/container/fetch/fetch.yaml.in +++ b/client/docker-finance.d/container/fetch/fetch.yaml.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: