v2

latestOpenAPI 3.0.3Apache 2.02026-08-0715707.5 MB
Transactions

List securities transactions

List securities transactions

get/transactions/securities

Query parameters

account_group_idstring uuid

Account group unique identifier.

Filters the list to only show transactions associated with a certain account group ID.

account_idstring uuid

Account unique identifier.

Filters the list to only show transactions associated with a certain account ID.

start_datestring date

Returns transactions starting from and including this date (UTC)

end_datestring date

Returns transactions up until this date (UTC)

Example:2023-01-11
sort'booking_date'

Sort the result by booking_date.

order'ASC' | 'DESC'

Sort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.

offsetinteger

Use the offset argument to specify where in the list of results to start when returning items for a particular query.

limitinteger

Use the limit argument to specify the maximum number of items returned.

Response

Securities Transactions