alpacahq / marketstore

DataFrame Server for Financial Timeseries Data
Apache License 2.0
1.88k stars 231 forks source link

Coinbase pro GDAX feeder crypto - Deprecated? #632

Open brandoncamenisch opened 1 month ago

brandoncamenisch commented 1 month ago

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 commented 1 month ago

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

aarjaneiro commented 1 month ago

Update: I made a PR for https://github.com/coinbase-samples/advanced-trade-sdk-go/pull/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.