---
title: "Get account by ID"
method: GET
path: "/account/{accountId}"
tags: ["Accounts"]
---

# Get account by ID

`GET /account/{accountId}`

## Path parameters

- `accountId` string, uuid, required — ID for a Mercury account.

## Response `200`

- Account
  - `accountNumber` string, required
  - `availableBalance` number, required
  - `canReceiveTransactions` boolean, nullable
  - `createdAt` string, yyyy-mm-ddThh:MM:ssZ, required
  - `currentBalance` number, required
  - `dashboardLink` string, required
  - `id` string, uuid, required — ID for a Mercury account.
  - `kind` string, required
  - `legalBusinessName` string, required
  - `name` string, required
  - `nickname` string, nullable
  - `routingNumber` string, required
  - `status` 'active' | 'deleted' | 'pending' | 'archived', required
  - `type` 'mercury' | 'external' | 'recipient', required

## Other responses

- `404` — `accountId` not found

---

[API](https://skmtc.net/mercurytechnologies/apis/mercury-api.md) · [All operations](https://skmtc.net/mercurytechnologies/apis/mercury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercurytechnologies/mercury-api/versions/0bdf4a496e03/schema)
