You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*WalletApi* | [**transfer**](docs/WalletApi.md#transfer) | **POST** /wallet/transfers | Transfer between trading accounts
200
202
*WalletApi* | [**list_sub_account_transfers**](docs/WalletApi.md#list_sub_account_transfers) | **GET** /wallet/sub_account_transfers | Transfer records between main and sub accounts
201
203
*WalletApi* | [**transfer_with_sub_account**](docs/WalletApi.md#transfer_with_sub_account) | **POST** /wallet/sub_account_transfers | Transfer between main and sub accounts
204
+
*WalletApi* | [**list_withdraw_status**](docs/WalletApi.md#list_withdraw_status) | **GET** /wallet/withdraw_status | Retrieve withdrawal status
**point_type** | **str** | Point type. 0 - Initial version. 1 - new version since 202009 | [optional]
13
14
14
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**transfer**](WalletApi.md#transfer) | **POST** /wallet/transfers | Transfer between trading accounts
11
11
[**list_sub_account_transfers**](WalletApi.md#list_sub_account_transfers) | **GET** /wallet/sub_account_transfers | Transfer records between main and sub accounts
12
12
[**transfer_with_sub_account**](WalletApi.md#transfer_with_sub_account) | **POST** /wallet/sub_account_transfers | Transfer between main and sub accounts
13
+
[**list_withdraw_status**](WalletApi.md#list_withdraw_status) | **GET** /wallet/withdraw_status | Retrieve withdrawal status
13
14
14
15
15
16
# **get_deposit_address**
@@ -444,3 +445,70 @@ void (empty response body)
444
445
445
446
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**currency** | **str**| Retrieved specified currency related data | [optional]
494
+
495
+
### Return type
496
+
497
+
[**list[WithdrawStatus]**](WithdrawStatus.md)
498
+
499
+
### Authorization
500
+
501
+
[apiv4](../README.md#apiv4)
502
+
503
+
### HTTP request headers
504
+
505
+
-**Content-Type**: Not defined
506
+
-**Accept**: application/json
507
+
508
+
### HTTP response details
509
+
| Status code | Description | Response headers |
510
+
|-------------|-------------|------------------|
511
+
**200** | List retrieved | - |
512
+
513
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**withdraw_day_limit_remain** | **str** | Daily withdrawal amount left | [optional]
15
+
**withdraw_eachtime_limit** | **str** | Maximum amount for each withdrawal | [optional]
16
+
17
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments