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.