All transactions related paths.
/transactions/cash
List cash transactions
account_group_id
string
Filters the list to show only transactions associated with a certain account group ID.
start_date
string
Returns transactions starting from and including this date (UTC).
end_date
string
Returns transactions up until this date (UTC)
sort
string
Sort the result by booking_date
.
order
string
Sort order of the result list if the sort
parameter is specified. Use ASC
for ascending or DESC
for descending sort order.
offset
int
Use the offset
argument to specify where in the list of results to start when returning items for a particular query.
limit
int
Use 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-01",
"updated_at": "2023-01-01",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"booking_date": "2023-01-01",
"delta": {
"amount": "-305.00",
"currency": "EUR"
},
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"taxes": [
{
"amount": "5.00",
"currency": "EUR",
"type": "TOTAL"
}
],
"type": "ORDER_EXECUTION",
"value_date": "2023-01-01"
},
{
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"booking_date": "2023-01-01",
"created_at": "2023-01-01",
"delta": {
"amount": "100.00",
"currency": "EUR"
},
"id": "9e7a3188-eff8-11ed-a05b-0242ac120003",
"references": [
{
"id": "98f01200-eff8-11ed-a05b-0242ac120003",
"type": "DIRECT_DEBIT"
}
],
"taxes": [],
"type": "SEPA_DIRECT_DEBIT",
"updated_at": "2023-01-01",
"value_date": "2023-01-01"
}
]
}
/transactions/securities
List securities transactions
account_group_id
string
Filters the list to only show transactions associated with a certain account group ID.
account_id
string
Filters the list to only show transactions associated with a certain account ID.
start_date
string
Returns transactions starting from and including this date (UTC)
end_date
string
Returns transactions up until this date (UTC)
sort
string
Sort the result by booking_date
.
order
string
Sort order of the result list if the sort
parameter is specified. Use ASC
for ascending or DESC
for descending sort order.
offset
int
Use the offset
argument to specify where in the list of results to start when returning items for a particular query.
limit
int
Use 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-01",
"updated_at": "2023-01-01",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"account_id": "db6290bb-1491-45bf-aafe-262dad59d497",
"booking_date": "2023-01-01",
"delta": {
"amount": "-2.5234543879"
},
"instrument": {
"isin": "US0378331005",
"uuid": "ccb86937-8a39-4160-8d33-85bf9e902321"
},
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"type": "ORDER_EXECUTION",
"value_date": "2023-01-01"
},
{
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"account_id": "db6290bb-1491-45bf-aafe-262dad59d497",
"booking_date": "2023-01-01",
"created_at": "2023-01-01",
"delta": {
"amount": "2.5234543879"
},
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"instrument": {
"isin": "US0378331005",
"uuid": "ccb86937-8a39-4160-8d33-85bf9e902321"
},
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"type": "ORDER_EXECUTION_CANCELLATION",
"updated_at": "2023-01-01",
"value_date": "2023-01-01"
}
]
}
id
string
required
Event unique identifier
created_at
string
required
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
type
string
required
Event type
object
object (Cash Transaction)
required
webhook_id
string
required
Webhook unique identifier.
{
"id": "55a877ce-effa-11ed-a05b-0242ac120003",
"created_at": "2023-01-01",
"type": "CASH_TRANSACTION.EXECUTED",
"object": {
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"account_id": "0255e6c4-effa-11ed-a05b-0242ac120003",
"booking_date": "2023-01-01",
"created_at": "2023-01-01",
"delta": {
"amount": "25.00",
"currency": "EUR"
},
"instrument": {
"isin": "US0378331005",
"uuid": "ccb86937-8a39-4160-8d33-85bf9e902321"
},
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"references": [
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "CORPORATE_ACTION_TRANSACTION_ID"
}
],
"taxes": [
{
"amount": "2.00",
"currency": "EUR",
"type": "TOTAL"
}
],
"type": "CASH_DIVIDEND",
"updated_at": "2023-01-01",
"value_date": "2023-01-01"
},
"webhook_id": "9d3ac2e0-effa-11ed-a05b-0242ac120003"
}
Request has been processed successfully.
Empty response
id
string
required
Event unique identifier
created_at
string
required
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
type
string
required
Event type
object
object (Security Transaction)
required
webhook_id
string
required
Webhook unique identifier.
{
"id": "543c9996-eff6-11ed-a05b-0242ac120003",
"created_at": "2023-01-01",
"type": "SECURITY_TRANSACTION.EXECUTED",
"object": {
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"created_at": "2023-01-01",
"updated_at": "2023-01-01",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"account_id": "db6290bb-1491-45bf-aafe-262dad59d497",
"booking_date": "2023-01-01",
"delta": {
"amount": "-2.5234543879"
},
"instrument": {
"isin": "US0378331005",
"uuid": "ccb86937-8a39-4160-8d33-85bf9e902321"
},
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"type": "ORDER_EXECUTION",
"value_date": "2023-01-01"
},
"webhook_id": "3ae8a8a4-eff6-11ed-a05b-0242ac120003"
}
Request has been processed successfully.
Empty response
Was this page helpful?