Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 821b8b1

Browse files
authored
Merge pull request #124 from Kucoin/dev
Dev
2 parents 47ea3d0 + 8f47e34 commit 821b8b1

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

README.rst

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -29,69 +29,7 @@ Features
2929

3030
update
3131
----------
32-
- 2024 08/19
33-
1. 【FIX】 Fix the issue with incorrect fields in the parameters.
34-
35-
- 2024 07/25
36-
1. 【NEW】GET /api/v3/hf/margin/order/active/symbols: Margin.get_active_hf_order_symbols
37-
2. 【NEW】GET /api/v3/margin/symbols: Margin.get_cross_margin_trading_pairs_configuration
38-
3. 【NEW】POST /api/v3/position/update-user-leverage: Margin.modify_leverage_multiplier
39-
4. 【NEW】GET /api/v1/otc-loan/loan: Margin.get_information_onoff_exchange_funding_and_loans
40-
5. 【NEW】GET /api/v1/otc-loan/accounts: Margin.get_information_on_accounts_involved_in_off_exchange_loans
41-
6. 【UPDATE】POST /api/v3/margin/borrow -add isHf: Margin.margin_borrowing
42-
7. 【UPDATE】POST /api/v3/margin/repay -add isHf: Margin.repayment
43-
8. 【NEW】POST /api/v3/hf/margin/order: Margin.place_hf_order
44-
9. 【NEW】POST /api/v3/hf/margin/order/test: Margin.place_hf_order_test
45-
10. 【NEW】DELETE /api/v3/hf/margin/orders/{orderId}: Margin.cancel_hf_order_by_orderid
46-
11. 【NEW】DELETE /api/v3/hf/margin/orders/client-order/{clientOid}: Margin.cancel_hf_order_by_clientoid
47-
12. 【NEW】DELETE /api/v3/hf/margin/orders: Margin.cancel_all_hf_orders_by_symbol
48-
13. 【NEW】GET /api/v3/hf/margin/orders/active: Margin.get_active_hf_orders_list
49-
14. 【NEW】GET /api/v3/hf/margin/orders/done: Margin.get_hf_filled_list
50-
15. 【NEW】GET /api/v3/hf/margin/orders/{orderId}: Margin.get_hf_order_details_by_orderid
51-
16. 【NEW】GET /api/v3/hf/margin/orders/client-order/{clientOid}: Margin.get_hf_order_details_by_clientoid
52-
17. 【NEW】GET /api/v3/hf/margin/fills: Margin.get_hf_transaction_records
53-
18. 【NEW】GET /api/v3/currencies/{currency}: Market.get_currency_detail_v3
54-
55-
56-
- 2024 07/07
57-
1. [NEW] POST /api/v1/earn/orders: Earn.subscribe_to_earn_fixed_income_products
58-
2. [NEW] DELETE /api/v1/earn/orders: Earn.redeem_by_earn_holding_id
59-
3. [NEW] GET /api/v1/earn/redeem-preview: Earn.get_earn_redeem_preview_by_holding_id
60-
4. [NEW] GET /api/v1/earn/saving/products: Earn.get_earn_savings_products
61-
5. [NEW] GET /api/v1/earn/hold-assets: Earn.get_earn_fixed_income_current_holdings
62-
6. [NEW] GET /api/v1/earn/promotion/products: Earn.get_earn_limited_time_promotion_products
63-
7. [NEW] GET /api/v1/earn/kcs-staking/products: Earn.get_earn_kcs_staking_products
64-
8. [NEW] GET /api/v1/earn/staking/products: Earn.get_earn_staking_products
65-
9. [NEW] GET /api/v1/earn/eth-staking/products: Earn.get_earn_eth_staking_products
66-
67-
- 2024 02/26
68-
1. add Api: margin.get_interest_rates: `Get Interest Rates <https://www.kucoin.com/docs/rest/margin-trading/lending-market-v3-/get-interest-rates>`_.
69-
70-
- 2024 02/19
71-
1. trade.get_hf_filled_list: same to trade.get_hf_transaction_records `Get HF Filled List <https://www.kucoin.com/docs/rest/spot-trading/spot-hf-trade-pro-account/get-hf-filled-list>`_
72-
- :red:`The trade.get_hf_transaction_records method will be removed at some time in the future`
73-
2. trade.get_hf_completed_orders: same to trade.get_filled_hf_order `Get HF Completed order list <https://www.kucoin.com/docs/rest/spot-trading/spot-hf-trade-pro-account/get-hf-completed-order-list>`_
74-
- :red:`The trade.get_filled_hf_order method will be removed at some time in the future`
75-
76-
77-
- 2024 02/07
78-
1. margin.get_etf_info: `Get Leveraged Token Info <https://www.kucoin.com/docs/rest/margin-trading/margin-info/get-leveraged-token-info>`_.
79-
2. margin.get_margin_account_Detail: `Get Account Detail - Cross Margin <https://www.kucoin.com/docs/rest/funding/funding-overview/get-account-detail-cross-margin>`_.
80-
3. margin.get_isolated_margin_account_detail: `Get Account Detail - Isolated Margin <https://www.kucoin.com/docs/rest/funding/funding-overview/get-account-detail-isolated-margin>`_.
81-
4. margin.get_margin_currencies: `Get Cross/Isolated Margin Risk Limit/Currency config <https://www.kucoin.com/docs/rest/margin-trading/margin-info/get-cross-isolated-margin-risk-limit-currency-config>`_.
82-
5. trade.create_oco_order: `Place Order <https://www.kucoin.com/docs/rest/spot-trading/oco-order/place-order>`_.
83-
6. trade.cancel_oco_order: `Cancel Order by orderId <https://www.kucoin.com/docs/rest/spot-trading/oco-order/cancel-order-by-orderid>`_.
84-
7. trade.cancel_oco_order_by_clientOid: `Cancel Order by clientOid <https://www.kucoin.com/docs/rest/spot-trading/oco-order/cancel-order-by-clientoid>`_.
85-
8. trade.cancel_all_oco_orders: `Cancel Multiple Orders <https://www.kucoin.com/docs/rest/spot-trading/oco-order/cancel-multiple-orders>`_.
86-
9. trade.get_oco_order_by_orderId: `Get Order Info by orderId <https://www.kucoin.com/docs/rest/spot-trading/oco-order/get-order-info-by-orderid>`_.
87-
10. trade.get_oco_order_by_client_oid: `Get Order Info by clientOid <https://docs.kucoin.com/spot-hf/#obtain-details-of-a-single-hf-order-using-clientoid>`_.
88-
11. trade.get_oco_orders: `Get Order List <https://www.kucoin.com/docs/rest/spot-trading/oco-order/get-order-list>`_.
89-
12. trade.get_oco_order_details: `Get Order Details by orderId <https://www.kucoin.com/docs/rest/spot-trading/oco-order/get-order-details-by-orderid>`_.
90-
13. trade.cancel_all_hf_orders: `Cancel all HF orders <https://www.kucoin.com/docs/rest/spot-trading/spot-hf-trade-pro-account/cancel-all-hf-orders>`_.
91-
14. customized websocket: ./kucoin/example_customized_ws_private.py | kucoin/example_customized_ws_public.py
92-
- sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
93-
15. set api TCP_NODELAY:After instantiating the client, you can cancel the Nagle algorithm through client.TCP_NODELAY=1 (default is 0)
94-
- kucoin/example_client_TCP_NODELAY.py
32+
https://github.com/Kucoin/kucoin-python-sdk/releases
9533

9634
Quick Start
9735
-----------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='kucoin-python',
9-
version='v1.0.24',
9+
version='v1.0.25',
1010
packages=['kucoin', 'kucoin/base_request', 'kucoin/margin', 'kucoin/market', 'kucoin/trade', 'kucoin/user','kucoin/lending','kucoin/earn',
1111
'kucoin/websocket', 'kucoin/ws_token'],
1212
license="MIT",

0 commit comments

Comments
 (0)