!!! info "[ApiSubAccountHistoryRequest](/../../schemas/api_sub_account_history_request)" The request to get the history of a sub account
SubAccount Summary values are snapshotted once every hour
No snapshots are taken if the sub account has no activity in the hourly window
History is preserved only for the last 30 days

Pagination works as follows:
|Name
`Lite`|Type|Required
`Default`| Description | |-|-|-|-| |sub_account_id
`sa` |string|True|The sub account ID to request for| |start_time
`st` |string|False
`0`|Start time of sub account history in unix nanoseconds| |end_time
`et` |string|False
`now()`|End time of sub account history in unix nanoseconds| |limit
`l` |integer|False
`500`|The limit to query for. Defaults to 500; Max 1000| |cursor
`c` |string|False
`''`|The cursor to indicate when to start the next query from|