Endpoint
Path Parameters
The unique identifier of the account to retrieve
Query Parameters
Optional array of related resources to include in the response. Supported values:
balance: Include the associated balance detailsledger: Include the ledger detailsidentity: Include the identity/owner details
?include=balance&include=ledgerResponse
The unique identifier for the account
The account name
The account number
The bank or financial institution name
The currency code for the account
The ID of the associated balance
The ID of the identity that owns this account
The ID of the ledger this account belongs to
The timestamp when the account was created (ISO 8601 format)
Custom metadata associated with the account
The balance object (when
include=balance is specified)The ledger object (when
include=ledger is specified)The identity object (when
include=identity is specified)Example Request
Example Response
Error Responses
Error message describing what went wrong
Common Errors
- 400 Bad Request: Invalid account ID or query parameters
- 404 Not Found: Account not found