---
title: "Fetch account details"
method: GET
path: "/ledger/accounts/{accountId}"
tags: ["ledger-accounts"]
---

# Fetch account details

`GET /ledger/accounts/{accountId}`

This operation allows the client to fetch account details by account id. A client can fetch only their own account details.

## Path parameters

- `accountId` string, uuid, required

## Response `200`

Account details fetched

- Account
  - `id` string, uuid, required — The customer account identifier
  - `name` string, required — The customer account name
  - `customerName` string, required — The customer name associated to the details
  - `balance` number, required — The account balance on provider
  - `availableBalance` number, required — The available balance on provider
  - `currency` string, required — The account currency code
  - `createdDate` string, date-time, required — The date the customer was created

## Other responses

- `400` — Request could not be validated
- `401` — Client is not authorized to make request
- `403` — Expected permission is not available.
- `default` — Internal Server Error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/29661adc1ffc/schema)
