v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Money + Positions

Get Withdrawal

get/accounts/{account_id}/withdrawals/{withdrawal_id}

Path parameters

account_idstring required

An account identifier.

withdrawal_idstring required

A withdrawal identifier.

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'accepted' | 'canceled' | 'confirmed' | 'created' | 'processed' | 'rejected' required

A category representing a withdrawal's status:

<ul> <li><code>accepted</code> <li><code>canceled</code> <li><code>confirmed</code> <li><code>created</code> <li><code>processed</code> <li><code>rejected</code> </ul>
currencystring required

An ISO 4217 three-letter currency code. Its value represents the currency for the amount listed here. The only currently available currency is "EUR".

created_atstring date-time

The timestamp of the withdrawal. It represents the point in time at which the withdrawal was created. NOTE: Deprecated as of 2024-06, use history to query this information.

Example response

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