v1
latestOpenAPI 3.1.02026-07-2496304466.3 KBList Trades
Path parameters
An account identifier.
Query parameters
A pagination cursor. When you receive a paginated response containing the property pagination.next_cursor, you can pass its value here to get the next page of results for your query. A cursor will include filter parameters, so there is not need to specify both the cursor and any other filter parameter.
In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.
An ISIN (International Securities Identification Number) according to ISO 6166. Use this filter to restrict the returned list to trades for a specific instrument.
An order identifier. Use this to filter the results to the trades related to a specific order.
A securities account identifier. Use this to filter the results to the trades related to a specific securities account.
Headers
Response
Successful Response
Example response
{
"data": [
{
"currency": "EUR",
"executed_at": "2023-06-29T14:39:29+00:00"
}
],
"pagination": {
"next_cursor": "<opaque-data>"
}
}