Get position update events
Lists position events for authenticated account.
Authorizations
General API key with at least read-only access
Authentication string
Query Parameters
Timestamp in milliseconds.
1604937694000
Timestamp in milliseconds.
1604937694000
Determines the order of events in response(s).
asc= chronologicaldesc= reverse-chronological
asc, desc Opaque token from the Next-Continuation-Token header used to continue listing events. The
sort parameter must be the same as in the previous request to continue listing in the same
direction.
The maximum number of results to return. The upper bound is determined by a global limit.
x >= 1True if results should include opened position events. Setting this to false has no effect.
If multiple position change filters (opened/closed/increased/decreased/reversed/no_change) are provided, then positions matching any of these will be included.
When combined with update reason filters (trades/funding_realization/settlement), positions must match at least one position change filter AND at least one update reason filter.
If no filters are provided for the request, all position events will be included.
True if results should include closed position events. Setting this to false has no effect.
If multiple position change filters (opened/closed/increased/decreased/reversed/no_change) are provided, then positions matching any of these will be included.
When combined with update reason filters (trades/funding_realization/settlement), positions must match at least one position change filter AND at least one update reason filter.
If no filters are provided for the request, all position events will be included.
True if results should include increased position events. Setting this to false has no effect.
If multiple position change filters (opened/closed/increased/decreased/reversed/no_change) are provided, then positions matching any of these will be included.
When combined with update reason filters (trades/funding_realization/settlement), positions must match at least one position change filter AND at least one update reason filter.
If no filters are provided for the request, all position events will be included.
True if results should include decreased position events. Setting this to false has no effect.
If multiple position change filters (opened/closed/increased/decreased/reversed/no_change) are provided, then positions matching any of these will be included.
When combined with update reason filters (trades/funding_realization/settlement), positions must match at least one position change filter AND at least one update reason filter.
If no filters are provided for the request, all position events will be included.
True if results should include reversed position events. Setting this to false has no effect.
If multiple position change filters (opened/closed/increased/decreased/reversed/no_change) are provided, then positions matching any of these will be included.
When combined with update reason filters (trades/funding_realization/settlement), positions must match at least one position change filter AND at least one update reason filter.
If no filters are provided for the request, all position events will be included.
True if results should include "no change" position events - where the position has not changed. Setting this to false has no effect.
If multiple position change filters (opened/closed/increased/decreased/reversed/no_change) are provided, then positions matching any of these will be included.
When combined with update reason filters (trades/funding_realization/settlement), positions must match at least one position change filter AND at least one update reason filter.
If no filters are provided for the request, all position events will be included.
True if results should include position events caused by a trade. Setting this to false has no effect.
If multiple update reason filters (trades/funding_realization/settlement) are provided, then positions matching any of these will be included.
When combined with position change filters (opened/closed/increased/decreased/reversed/no_change), positions must match at least one update reason filter AND at least one position change filter.
If no filters are provided for the request, all position events will be included.
True if results should include position events caused by a funding realisation. Setting this to false has no effect.
If multiple update reason filters (trades/funding_realization/settlement) are provided, then positions matching any of these will be included.
When combined with position change filters (opened/closed/increased/decreased/reversed/no_change), positions must match at least one update reason filter AND at least one position change filter.
If no filters are provided for the request, all position events will be included.
True if results should include position events caused by a settlement. Setting this to false has no effect.
If multiple update reason filters (trades/funding_realization/settlement) are provided, then positions matching any of these will be included.
When combined with position change filters (opened/closed/increased/decreased/reversed/no_change), positions must match at least one update reason filter AND at least one position change filter.
If no filters are provided for the request, all position events will be included.
If present events of other tradeables are filtered out.
Response
Opaque token to pass to the next request to continue listing events. The sort parameter
must be the same as in the previous request to continue listing in the same direction.