v1
latestOpenAPI 3.0.12026-07-2683220192.3 KBPositions
Get position ledger
Returns historical position changes for an account.
get/v1/positions/ledger
Query parameters
accountstring required
Required. Fully qualified resource name of the account. Example: firms/ISV-Alice/accounts/alice-trading.
symbolstring
Optional. Filter by instrument symbol.
start_timestring date-time
Optional. Inclusive lower bound on update_time (RFC3339). Clamped upstream to 2026-05-01T00:00:00Z.
end_timestring date-time
Optional. Inclusive upper bound on update_time (RFC3339).
page_sizeinteger
Optional. Maximum entries to return per page (max 1000). Values above 1000 return InvalidArgument.
page_tokenstring
Optional. Pagination token from a previous response's nextPageToken field. Omit for the first request.
newest_firstboolean
Optional. If true, return entries in descending update_time order. Default is false (oldest first).
Response
A successful response.