Skip to main content
GET
Get specific account

Path Parameters

accountId
string<uuid>
required

Account ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

Response

Account details

Account information

accountId
string<uuid>

Account ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Example:

"019bdb2a-960f-789d-8955-21720e6cdeed"

iban
string

Account IBAN

Example:

"LT647044001231465456"

partyId
string<uuid>

Party ID

Pattern: [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Example:

"019bdb2a-960f-789d-8955-21720e6cdeee"

status
enum<string>

Account status

Available options:
OPENED,
CLOSED,
BLOCKED
createdAt
string<date-time>

Account creation timestamp

Example:

"2026-01-22T13:47:21.542Z"

statusUpdatedAt
string<date-time>

Timestamp of the last status change

Example:

"2026-01-22T13:47:21.542Z"

balances
object[]

Balances per currency

currentLedgerAccount
string

Current ledger account identifier

Example:

"CUSTOMER:party-uuid:account-uuid:CURRENT"

holdingLedgerAccount
string

Holding ledger account identifier

Example:

"CUSTOMER:party-uuid:account-uuid:HOLDING"

Last modified on March 31, 2026