v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Money + Positions

Get Transaction

get/accounts/{account_id}/transactions/{transaction_id}

Path parameters

account_idstring required

An account identifier.

transaction_idstring required

The identifier of the transaction to be fetched.

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Response

Successful Response

idstring required

A string representing the unique identifier of this transaction.

status'canceled' | 'created' | 'settled' required

A category representing a transaction status:

<ul> <li><code>canceled</code>: The transaction was canceled. <li><code>created</code>: The transaction was created and is not settled yet. <li><code>settled</code>: The transaction is settled. </ul>
type'deposit' | 'income_distribution' | 'securities_transfer' | 'sweep' | 'tax' | 'trade' | 'withdrawal' required

A category representing a transaction type:

<ul> <li><code>deposit</code>: Cash Deposit <li><code>income_distribution</code>: Income Distribution <li><code>securities_transfer</code>: Securities Transfer <li><code>sweep</code>: Balance Sweep <li><code>tax</code>: Tax Payment <!--or Credit--> <li><code>trade</code>: Trade <li><code>withdrawal</code>: Cash Withdrawal </ul>
sourcestring required

An opaque identifier referencing the source of the transaction.

Example response

{
  "components": [
    {
      "currency": "EUR"
    }
  ],
  "history": [
    {
      "timestamp": "2023-06-23T07:29:55.465000+00:00"
    }
  ]
}