All transactions related paths.
/transactions/cashList cash transactions
account_group_idstringFilters the list to show only transactions associated with a certain account group ID.
start_datestringReturns transactions starting from and including this date (UTC).
end_datestringReturns transactions up until this date (UTC)
sortstringSort the result by booking_date.
orderstringSort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.
offsetintUse the offset argument to specify where in the list of results to start when returning items for a particular query.
limitintUse the limit argument to specify the maximum number of items returned.
Cash Transactions
{
"meta": {
"offset": 0,
"limit": 100,
"count": 2,
"total_count": 2,
"sort": "booking_date",
"order": "ASC"
},
"data": [
{
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-01T00:00:00.000Z",
"type": "ORDER_EXECUTION",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"delta": {
"amount": "-305.00",
"currency": "EUR"
},
"taxes": [
{
"amount": "5.00",
"currency": "EUR",
"type": "TOTAL"
}
],
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"booking_date": "2023-01-01T00:00:00.000Z",
"value_date": "2023-01-01T00:00:00.000Z"
},
{
"id": "9e7a3188-eff8-11ed-a05b-0242ac120003",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-01T00:00:00.000Z",
"type": "SEPA_DIRECT_DEBIT",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"delta": {
"amount": "100.00",
"currency": "EUR"
},
"taxes": [],
"references": [
{
"id": "98f01200-eff8-11ed-a05b-0242ac120003",
"type": "DIRECT_DEBIT"
}
],
"booking_date": "2023-01-01T00:00:00.000Z",
"value_date": "2023-01-01T00:00:00.000Z"
}
]
}/transactions/securitiesList securities transactions
account_group_idstringFilters the list to only show transactions associated with a certain account group ID.
account_idstringFilters the list to only show transactions associated with a certain account ID.
start_datestringReturns transactions starting from and including this date (UTC)
end_datestringReturns transactions up until this date (UTC)
sortstringSort the result by booking_date.
orderstringSort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.
offsetintUse the offset argument to specify where in the list of results to start when returning items for a particular query.
limitintUse the limit argument to specify the maximum number of items returned.
Securities Transactions
{
"meta": {
"offset": 0,
"limit": 100,
"count": 2,
"total_count": 2,
"sort": "booking_date",
"order": "ASC"
},
"data": [
{
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-01T00:00:00.000Z",
"type": "ORDER_EXECUTION",
"account_id": "db6290bb-1491-45bf-aafe-262dad59d497",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"instrument": {
"isin": "US0378331005",
"uuid": "ccb86937-8a39-4160-8d33-85bf9e902321"
},
"delta": {
"amount": "-2.5234543879"
},
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"booking_date": "2023-01-01T00:00:00.000Z",
"value_date": "2023-01-01T00:00:00.000Z"
},
{
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-01T00:00:00.000Z",
"type": "ORDER_EXECUTION_CANCELLATION",
"account_id": "db6290bb-1491-45bf-aafe-262dad59d497",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"instrument": {
"isin": "US0378331005",
"uuid": "ccb86937-8a39-4160-8d33-85bf9e902321"
},
"delta": {
"amount": "2.5234543879"
},
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"booking_date": "2023-01-01T00:00:00.000Z",
"value_date": "2023-01-01T00:00:00.000Z"
}
]
}idstringrequired
Event unique identifier
created_atstringrequired
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
typestringrequired
Event type
objectobject (Cash Transaction)required
account_group_idstringrequired
Account group unique identifier.
booking_datestringrequired
Transaction booking date and time. RFC 3339-5, ISO8601 UTC
created_atstringrequired
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
deltaobject (Cash transaction delta)required
Entity representing cash transaction delta.
idstringrequired
Cash transaction unique identifier.
instrumentobject (Instrument)Entity representing instrument.
account_idstringAccount unique identifier.
taxesarrayrequired
feesarrayreferencesarrayrequired
typestringrequired
Transaction type
updated_atstringrequired
Date and time when the resource was last updated. RFC 3339-5, ISO8601 UTC
value_datestringrequired
Transaction value date and time. RFC 3339-5, ISO8601 UTC
webhook_idstringrequired
Webhook unique identifier.
{
"id": "55a877ce-effa-11ed-a05b-0242ac120003",
"created_at": "2023-01-01T00:00:00.000Z",
"type": "CASH_TRANSACTION.EXECUTED",
"object": {
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-01T00:00:00.000Z",
"type": "CASH_DIVIDEND",
"account_id": "0255e6c4-effa-11ed-a05b-0242ac120003",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"instrument": {
"isin": "US0378331005",
"uuid": "ccb86937-8a39-4160-8d33-85bf9e902321"
},
"delta": {
"amount": "25.00",
"currency": "EUR"
},
"taxes": [
{
"amount": "2.00",
"currency": "EUR",
"type": "TOTAL"
}
],
"references": [
{
"id": "c29a9ee8-ed64-11ef-a2e4-2eabd0c03f8a",
"type": "CORPORATE_ACTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "CORPORATE_ACTION_TRANSACTION_ID"
}
],
"booking_date": "2023-01-01T00:00:00.000Z",
"value_date": "2023-01-01T00:00:00.000Z"
},
"webhook_id": "9d3ac2e0-effa-11ed-a05b-0242ac120003"
}Request has been processed successfully.
Empty response
idstringrequired
Event unique identifier
created_atstringrequired
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
typestringrequired
Event type
objectobject (Security Transaction)required
account_group_idstringrequired
Account group unique identifier.
account_idstringrequired
Account unique identifier.
booking_datestringrequired
Transaction booking date and time. RFC 3339-5, ISO8601 UTC
created_atstringrequired
Date and time when the resource was created. RFC 3339-5, ISO8601 UTC
deltaobject (Security transaction delta)required
Entity representing the security transaction delta.
idstringrequired
Security transaction unique identifier.
instrumentobject (Instrument)required
Entity representing instrument.
typestringrequired
Transaction type
referencesarrayrequired
updated_atstringrequired
Date and time when the resource was last updated. RFC 3339-5, ISO8601 UTC
value_datestringrequired
Transaction value date and time. RFC 3339-5, ISO8601 UTC
webhook_idstringrequired
Webhook unique identifier.
{
"id": "543c9996-eff6-11ed-a05b-0242ac120003",
"created_at": "2023-01-01T00:00:00.000Z",
"type": "SECURITY_TRANSACTION.EXECUTED",
"object": {
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"created_at": "2023-01-01T00:00:00.000Z",
"updated_at": "2023-01-01T00:00:00.000Z",
"type": "ORDER_EXECUTION",
"account_id": "db6290bb-1491-45bf-aafe-262dad59d497",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"instrument": {
"isin": "US0378331005",
"uuid": "ccb86937-8a39-4160-8d33-85bf9e902321"
},
"delta": {
"amount": "-2.5234543879"
},
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"booking_date": "2023-01-01T00:00:00.000Z",
"value_date": "2023-01-01T00:00:00.000Z"
},
"webhook_id": "3ae8a8a4-eff6-11ed-a05b-0242ac120003"
}Request has been processed successfully.
Empty response
Was this page helpful?