question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fetchTicker() is no longer available since 1.9.207

See original GitHub issue
> const ccxt = require('ccxt');
undefined
> const ex = new ccxt['bitfinex2'] ();
undefined
> ex.fetchTicker('BTC/USD')
TypeError: ex.fetchTicker is not a function
    at repl:1:4
    at ContextifyScript.Script.runInThisContext (vm.js:50:33)
    at REPLServer.defaultEval (repl.js:239:29)
    at bound (domain.js:301:14)
    at REPLServer.runBound [as eval] (domain.js:314:12)
    at REPLServer.onLine (repl.js:440:10)
    at emitOne (events.js:120:20)
    at REPLServer.emit (events.js:210:7)
    at REPLServer.Interface._onLine (readline.js:282:10)
    at REPLServer.Interface._line (readline.js:631:8)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
mkutnycommented, Oct 20, 2017

1.9.213 fixed the issue.

Thanks!

1reaction
mkutnycommented, Oct 20, 2017

Just made a fresh install into a clean directory with npm. The same.

I’m positive these exact three lines will fail in your setup as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Manual · ccxt/ccxt Wiki - GitHub
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges - Manual · ccxt/ccxt Wiki.
Read more >
TypeError: exchange[a].fetchTicker is not a function
I am using ccxt library and I have a problem to get tickers from different exchanges from an array.. I have this array:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found