List trades by settlement
Permissions required: Execute trades or Read trade activity
List trades for the provided settlement. With the permission Read trade activity all trades of the organization may be read. With the permission Execute trades only the trades created by this API key may be read.
Trades are sorted in a descending order by their timestamp (i.e. the most recent trade or the trade with a timestamp closest to endDateTime is listed first).
Authorizations
An API key associated with a security role
Path Parameters
The ID of the settlement to retrieve
Query Parameters
Filter by the side of a trade. If provided, only trades matching this side will be returned.
BUY, SELL Filter by the trading pair of a trade. If provided, only trades matching this pair of assets will be returned.
When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)
Maximum number of results to return per query
1 <= x <= 2000
