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.

Bittrex accountGetOrderhistory is not parsed

See original GitHub issue

Looking at the source code I see that you are parsing the order History.

But in my code I can only fetch the unparsed response from bittrex.

async function fetchTrades(){
  const bittrex = new ccxt.bittrex({
    'apiKey': xxxx,
    'secret': xxxx,
  })

  return await bittrex.accountGetOrderhistory()

How do I access to the parsed response?

Thanks

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
bernatfortetcommented, Sep 14, 2017

After reading the manual I found that there’s 2 sets of methods. Exchange Api and Unified Api. Thanks for writing it all down and sorry for asking before deep diving into the manual.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Where's my order history? - Bittrex Support - Zendesk
Log in to your Bittrex account. · Click on "Holdings" on the homepage. · Click on "Withdrawals" or "Deposits" to view a record...
Read more >
Why is "My Order History" not showing past transactions ...
Not sure if you figured this out, but I was able to go to 'Orders', click 'Load All', complete the recaptcha, and get...
Read more >
The Complete Bittrex Tax Reporting Guide - Koinly
Need to get your Bittrex CSV export in time for the tax deadline? No worries. Log in to your Bittrex account and select...
Read more >
Kucoin and Bittrex imports not working - CoinTracker Forum
Bittrex will only display a limited amount of your deposit and withdrawal history on our website. To get a full copy of your...
Read more >
Bittrex Developers
A new GET /account/fees/fiat endpoint has been added to retrieve details of fiat ... Frequent polling for updates on market data, order status,...
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