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:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@MarcelBeining thank you! I’ll do both trades and transactions today and will update you here when the edits arrive.
@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.