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.

method to return v1 trade history from kucoin

See original GitHub issue
  • OS: Windows 10 64 bit
  • Programming Language version: Python 3.6
  • CCXT version: 1.18.353
  • Exchange: kucoin
  • Method: fetchMyTrades

Unfortunately, kucoin is distinguishing between trades since API v2 (endpoint /api/v1/orders) and trades from old kucoin version (endpoint /api/v1/hist-orders). It seems ccxt has only implemented the first url in fetchMyTrades. Could you please also implement the other one? Does not have to be an additional method, simply use endpoint /api/v1/hist-orders if since is earlier than 2019-02-18 (the day the kucoin platform changed) and concatenate with results from the other endpoint.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
kroitorcommented, Mar 13, 2019

@MarcelBeining thank you! I’ll do both trades and transactions today and will update you here when the edits arrive.

1reaction
kroitorcommented, Mar 20, 2019

@MarcelBeining i really hope to get to it practically any day, probably even today, and i’m sure i’ll close this issue before the end of the week. Pardon for the delay again, i know the wait is frustrating. Will do my best to resolve this soon, it’s high among my priorities.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exporting Trade History - KuCoin
Step 1: Find trade history from "Orders-Spot Orders-Trade History" in the upper right corner, then select the trade history you need and click ......
Read more >
Kucoin API. How get trading history of delisted pairs? - Reddit
To fetch trading history I need: Get all trading symbols: /v1/market/symbols. Fetch trading history for each symbol: v1/order/dealt. But how ...
Read more >
Connecting your Kucoin account - Recap Help Center
Recap supports integration with Kucoin through a read-only API key. Once connected, we retrieve your transaction history and set up a real-time connection ......
Read more >
KuCoin API - An Introductory Guide - AlgoTrading101 Blog
KuCoin API is a method that allows us to automatically trade ... history = requests.get(url + '/api/v1/market/histories?symbol=BTC-USDT') history ...
Read more >
How to import KuCoin into your CoinTracker account
Open your KuCoin Records page · Select Trade History tab · Select date range and press Export to CSV (KuCoin only allows downloading...
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