Crypto-Signal icon indicating copy to clipboard operation
Crypto-Signal copied to clipboard

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

Open subbu52 opened this issue 3 years ago • 3 comments

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'

subbu52 avatar Mar 24 '22 17:03 subbu52

@subbu52, you probably want Coinbase Pro. Coinbase is not an exchange, it's a wallet service with some rich functions. Can you try replacing coinbase by coinbasepro ?

w1ld3r avatar Mar 24 '22 17:03 w1ld3r

@w1ld3r it's the same result

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 'coinbasepro'

subbu52 avatar Mar 24 '22 18:03 subbu52

I think it's only available with cctx pro: https://packagist.org/packages/ccxt/ccxt

w1ld3r avatar Mar 25 '22 12:03 w1ld3r