mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 01:08:07 +00:00
更新文档,添加和修改多个API接口的描述,确保文档内容的准确性和完整性,提升开发者使用体验。
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
!!! info "[ApiOrderStateRequest](/../../schemas/api_order_state_request)"
|
||||
Retrieve the order state for the account. Either `order_id` or `client_order_id` must be provided.<br>
|
||||
|
||||
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|
||||
|-|-|-|-|
|
||||
|sub_account_id<br>`sa` |string|True|The subaccount ID to filter by|
|
||||
|order_id<br>`oi` |string|False<br>`0`|Filter for `order_id`|
|
||||
|client_order_id<br>`co` |string|False<br>`0`|Filter for `client_order_id`|
|
||||
Reference in New Issue
Block a user