Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coinbase pro GDAX feeder crypto - Deprecated? #632

Open
brandoncamenisch opened this issue Sep 12, 2024 · 2 comments
Open

Coinbase pro GDAX feeder crypto - Deprecated? #632

brandoncamenisch opened this issue Sep 12, 2024 · 2 comments

Comments

@brandoncamenisch
Copy link

brandoncamenisch commented Sep 12, 2024

Been using the bgworker for crypto data and it seems it might have quit working 😭

# Err message
 {"level":"info","timestamp":"2024-09-12T14:04:44.601Z","msg":"Response error: Coinbase Pro API is deprecated."}

# Config
bgworkers:
  - module: gdaxfeeder.so
    config:
      base_timeframe: '1Min'
      query_start: '2018-01-01 00:00'
      symbols:
        - BTC-USD
        - ETH-USD
        - LTC-USD
        - BCH-USD
        - ZRX-USD
        - ETC-USD
        - BAT-USD
@aarjaneiro
Copy link

Should be deprecated. Perhaps it would be best to implement the Advanced Trade API.

@aarjaneiro
Copy link

Update: I made a PR for coinbase-samples/advanced-trade-sdk-go#5 which, if accepted, means that github.com/coinbase-samples/advanced-trade-sdk-go could be imported as a replacement client library providing the same functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants