DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.21k stars 2.04k forks source link

New Coinbase API #1632

Open carpionetwork opened 6 years ago

carpionetwork commented 6 years ago

Hello,

Any plans to support the new Gdax API scheduled for 12/31/2018?

GDAX API Integrations:

  1. There will be no disruption to the gdax.com API during this time. GDAX APIs will continue to function until December 31, 2018.
  2. We encourage Coinbase Pro users to begin migrating their API usage away from api.gdax.com to api.pro.coinbase.com.

Thank you!

mixisLv commented 6 years ago

Update config file and problem solved.

c.gdax.apiURI = 'https://api.pro.coinbase.com'
c.gdax.websocketURI = 'wss://ws-feed.pro.coinbase.com'