Retrieve transactions for a firm or a specific company. If no filters are provided, the endpoint returns all transactions across the firm. If company IDs or transaction IDs are provided, it returns transactions specific to those companies or transactions.
Permissions:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Options for fetching transactions. Filter by company IDs.
OK
The response is of type Transaction · object[]
.