更新文档,添加和修改多个API接口的描述,确保文档内容的准确性和完整性,提升开发者使用体验。

This commit is contained in:
discountry
2025-09-27 02:10:28 +08:00
parent 2c62d2ed3e
commit 64640f4494
297 changed files with 33451 additions and 5 deletions
@@ -0,0 +1,17 @@
!!! info "[ApiSubAccountTradeAggregationResponse](/../../schemas/api_sub_account_trade_aggregation_response)"
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|-|-|-|-|
|result<br>`r` |[SubAccountTradeAggregation]|True|The sub account trade aggregation result set for given interval|
|next<br>`n` |string|False<br>`''`|The cursor to indicate when to start the next query from|
??? info "[SubAccountTradeAggregation](/../../schemas/sub_account_trade_aggregation)"
Similar to sub-account trade, but not divided by individual assets.<br>
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|-|-|-|-|
|sub_account_id<br>`sa` |string|True|The sub account id|
|total_fee<br>`tf` |string|True|Total fee paid|
|total_trade_volume<br>`tt` |string|True|Total volume traded|
|num_traded<br>`nt` |string|True|Number of trades|
|positive_fee<br>`pf` |string|True|Total positive fee paid by user|
|signer<br>`s` |string|True|The signer of the trade|
|realized_pnl<br>`rp` |string|True|Realized PnL|