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
*PortfolioApi* | [**get_portfolio_borrowable**](docs/PortfolioApi.md#get_portfolio_borrowable) | **GET** /portfolio/borrowable | Retrieve the maximum borrowable amount for the account.
128
129
*PortfolioApi* | [**get_portfolio_transferable**](docs/PortfolioApi.md#get_portfolio_transferable) | **GET** /portfolio/transferable | Retrieve the maximum amount that can be transferred out from the account
129
130
*PortfolioApi* | [**list_portfolio_uni_loan_interest_records**](docs/PortfolioApi.md#list_portfolio_uni_loan_interest_records) | **GET** /portfolio/loans | List loans
130
131
*PortfolioApi* | [**create_portfolio_loan**](docs/PortfolioApi.md#create_portfolio_loan) | **POST** /portfolio/loans | Borrow or repay
131
132
*PortfolioApi* | [**list_portfolio_loan_records**](docs/PortfolioApi.md#list_portfolio_loan_records) | **GET** /portfolio/loan_records | Get load records
132
133
*PortfolioApi* | [**list_portfolio_loan_interest_records**](docs/PortfolioApi.md#list_portfolio_loan_interest_records) | **GET** /portfolio/interest_records | List interest records
133
-
*PortfolioApi* | [**list_portfolio_orders**](docs/PortfolioApi.md#list_portfolio_orders) | **GET** /portfolio/spot/orders | List orders
134
-
*PortfolioApi* | [**create_portfolio_orders**](docs/PortfolioApi.md#create_portfolio_orders) | **POST** /portfolio/spot/orders | Create an order
135
-
*PortfolioApi* | [**get_portfolio_order**](docs/PortfolioApi.md#get_portfolio_order) | **GET** /portfolio/spot/orders/{order_id} | Get order detail
136
-
*PortfolioApi* | [**cancel_portfolio_order**](docs/PortfolioApi.md#cancel_portfolio_order) | **DELETE** /portfolio/spot/orders/{order_id} | Cancel a single order
137
-
*PortfolioApi* | [**amend_portfolio_order**](docs/PortfolioApi.md#amend_portfolio_order) | **PATCH** /portfolio/spot/orders/{order_id} | Amend order
138
134
*SubAccountApi* | [**list_sub_accounts**](docs/SubAccountApi.md#list_sub_accounts) | **GET** /sub_accounts | List sub-accounts
139
135
*SubAccountApi* | [**create_sub_accounts**](docs/SubAccountApi.md#create_sub_accounts) | **POST** /sub_accounts | Create a new sub-account
140
136
*SubAccountApi* | [**get_sub_account**](docs/SubAccountApi.md#get_sub_account) | **GET** /sub_accounts/{user_id} | Get the sub-account
*AccountApi* | [**create_stp_group**](docs/AccountApi.md#create_stp_group) | **POST** /account/stp_groups | Create STP Group
151
147
*AccountApi* | [**list_stp_groups_users**](docs/AccountApi.md#list_stp_groups_users) | **GET** /account/stp_groups/{stp_id}/users | List users of the STP group
152
148
*AccountApi* | [**add_stp_group_users**](docs/AccountApi.md#add_stp_group_users) | **POST** /account/stp_groups/{stp_id}/users | Add users to the STP group
*CollateralLoanApi* | [**get_collateral_loan_order_detail**](docs/CollateralLoanApi.md#get_collateral_loan_order_detail) | **GET** /loan/collateral/orders/{order_id} | Get a single order
*DeliveryApi* | [**list_delivery_contracts**](docs/DeliveryApi.md#list_delivery_contracts) | **GET** /delivery/{settle}/contracts | List all futures contracts
154
161
*DeliveryApi* | [**get_delivery_contract**](docs/DeliveryApi.md#get_delivery_contract) | **GET** /delivery/{settle}/contracts/{contract} | Get a single contract
155
162
*DeliveryApi* | [**list_delivery_order_book**](docs/DeliveryApi.md#list_delivery_order_book) | **GET** /delivery/{settle}/order_book | Futures order book
@@ -352,3 +353,74 @@ Name | Type | Description | Notes
352
353
353
354
[[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)
**request_body** | [**list[int]**](int.md)| User ID |
406
+
407
+
### Return type
408
+
409
+
[**list[StpGroupUser]**](StpGroupUser.md)
410
+
411
+
### Authorization
412
+
413
+
[apiv4](../README.md#apiv4)
414
+
415
+
### HTTP request headers
416
+
417
+
-**Content-Type**: application/json
418
+
-**Accept**: application/json
419
+
420
+
### HTTP response details
421
+
| Status code | Description | Response headers |
422
+
|-------------|-------------|------------------|
423
+
**200** | 删除用户成功,返回当前STP组内用户 | - |
424
+
425
+
[[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)
[[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