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

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

Open
subbu52 opened this issue Mar 24, 2022 · 3 comments

Comments

@subbu52
Copy link

subbu52 commented Mar 24, 2022

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'

@w1ld3r
Copy link

w1ld3r commented Mar 24, 2022

@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 ?

@subbu52
Copy link
Author

subbu52 commented Mar 24, 2022

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

@w1ld3r
Copy link

w1ld3r commented Mar 25, 2022

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

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