!!! info "[ApiSubAccountTradeAggregationResponse](/../../schemas/api_sub_account_trade_aggregation_response)"
|Name
`Lite`|Type|Required
`Default`| Description |
|-|-|-|-|
|result
`r` |[SubAccountTradeAggregation]|True|The sub account trade aggregation result set for given interval|
|next
`n` |string|False
`''`|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.
|Name
`Lite`|Type|Required
`Default`| Description |
|-|-|-|-|
|sub_account_id
`sa` |string|True|The sub account id|
|total_fee
`tf` |string|True|Total fee paid|
|total_trade_volume
`tt` |string|True|Total volume traded|
|num_traded
`nt` |string|True|Number of trades|
|positive_fee
`pf` |string|True|Total positive fee paid by user|
|signer
`s` |string|True|The signer of the trade|
|realized_pnl
`rp` |string|True|Realized PnL|