Using node.js with ccxt libraries I have API to coinbase and it's getting webhook json from tradingview. While I have node properly getting data from web services and connecting API to coinbase to retrieve balances and calculating trade, there is an error each time creating order using ccxt's exchange.js. error: "notsupported coinbase createorder() is not supported yet."
I'm trying to trade BTC/USD pairs. On coinbase API setting i have all permissions enabled. Perhaps my webhook is not setup properly. I'm not sure. Please help.
Trading on coinbase is only recently available using coinbases "Advanced Trading" for which there is no api yet; therefore, there's no createOrder
method for coinbase. There is a CCXT coinbasepro
class if you would like to use Coinbase Pro.