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.

Binance YOYO fetchOpenOrders fail

See original GitHub issue
const exchange = 'binance'
const base = 'YOYO'
const quote = 'BTC'
const symbol = `${base}/${quote}`;

(async () => {
  var ex = util.getExchange(exchange, {verbose: true})
  // const openOrders = await ex.fetchOpenOrders(symbol, { status: 'open' })
  const openOrders = await ex.fetchOpenOrders(symbol)
})()
(node:725) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: binance does not have market symbol YOYO/BTC
(node:725) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
kroitorcommented, Nov 8, 2017

@86chenjie ok, found the problem, forgot to preload markets automatically, as now they are not hardcoded, so, this is fixed as of version 1.10.19, thx for your involvement!

1reaction
kroitorcommented, Nov 8, 2017

@86chenjie looking into it to see the cause…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Binance Will Delist BCD, CND, MTH, NCASH and YOYO on ...
Binance Will Delist BCD, CND, MTH, NCASH and YOYO on 2022-03-08 · All trade orders will be automatically removed after trading ceases in...
Read more >
Frenzy Over Binance Failure (Bitcoin Under CPI Pressure)
Today we are going to dig into what is behind Janet Yellen's latest take on inflation and the overall direction of market.
Read more >
Exchanges — ccxt 2.4.71 documentation
if a request to createOrder() fails with a RequestTimeout the user should: call fetchOrders() , fetchOpenOrders() , fetchClosedOrders() to check if the ...
Read more >
Binance no Twitter: "#Binance will delist BCD, CND, MTH ...
#Binance will delist BCD, CND, MTH, NCASH and YOYO on 2022-03-08. Traducir chío. binance.com. Binance Will Delist BCD, CND, MTH, NCASH and YOYO...
Read more >
Binance has delisted BCD, CND, MTH, NCASH, and YOYO
Binance will delist BCD, CND, MTH, NCASH, and YOYO. Binance has decided to delist and cease trading on all trading pairs for the...
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