Skip to content

Commit 2695d30

Browse files
committed
add open orders and margin balance history API
1 parent 54f310c commit 2695d30

22 files changed

+4870
-3941
lines changed

README.md

Lines changed: 75 additions & 81 deletions
Large diffs are not rendered by default.

docs/DeliveryApi.md

Lines changed: 457 additions & 457 deletions
Large diffs are not rendered by default.

docs/FuturesApi.md

Lines changed: 437 additions & 437 deletions
Large diffs are not rendered by default.

docs/MarginAccountBook.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# MarginAccountBook
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **str** | Balance change record ID | [optional]
7+
**time** | **str** | Balance changed timestamp | [optional]
8+
**currency** | **str** | Currency changed | [optional]
9+
**currency_pair** | **str** | Account currency pair | [optional]
10+
**change** | **str** | Amount changed. Positive value means transferring in, while negative out | [optional]
11+
**balance** | **str** | Balance after change | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+

docs/MarginApi.md

Lines changed: 267 additions & 189 deletions
Large diffs are not rendered by default.

docs/OpenOrders.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# OpenOrders
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**currency_pair** | **str** | Currency pair | [optional]
7+
**total** | **int** | Total open orders in this currency pair | [optional]
8+
**orders** | [**list[Order]**](Order.md) | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

0 commit comments

Comments
 (0)