GET routes that return multiple records can be filtered via the query string. For example:
/trade?account_ids=1,2,3
The response would only include trade records for accounts with ID 1, 2 or 3.
The filters available for each endpoint are listed under the relevant section, in the documentation.
Sign up to our newsletter to keep up-to-date.