Open novvac opened 1 year ago
When using this method, a double slash error appears in the link. This causes problems with data retrieval
Code usage: client.getAllTickers({ coinId: 'btc-bitcoin', quotes: ['BTC', 'ETH'] }).then(console.log).catch(console.error)
client.getAllTickers({ coinId: 'btc-bitcoin', quotes: ['BTC', 'ETH'] }).then(console.log).catch(console.error)
When using this method, a double slash error appears in the link. This causes problems with data retrieval
Code usage:
client.getAllTickers({ coinId: 'btc-bitcoin', quotes: ['BTC', 'ETH'] }).then(console.log).catch(console.error)