Skip to content

working for binance but not for coinbase crypto patform. any changes required to support coinbase? #455

@subbu52

Description

@subbu52

config.yml file:

settings:
update_interval: 300
market_pairs:
- BTC/USDT
- SHIB/USDT
- DOGE/USDT

exchanges:
coinbase:
required:
enabled: true

binance:
required:
enabled: true

sudo docker run --rm -v ~/Crypto-Signal/config.yml:/app/config.yml shadowreaver/crypto-signal:master
Traceback (most recent call last):
File "app.py", line 45, in
main()
File "app.py", line 29, in main
exchange_interface = ExchangeInterface(config.exchanges)
File "/app/exchange.py", line 30, in init
new_exchange = getattr(ccxt, exchange)({
AttributeError: module 'ccxt' has no attribute 'coinbase'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions