---
title: "Get a single fee account including its live global-account balance"
method: GET
path: "/api/v1/admin/fee-accounts/{provider}/{id}"
tags: ["Admin"]
---

# Get a single fee account including its live global-account balance

`GET /api/v1/admin/fee-accounts/{provider}/{id}`

Get a single fee account including its live global-account balance

## Path parameters

- `provider` string, required — Cross-border provider name
- `id` string, uuid, required — Fee account ID

## Response `200`

Success

- FeeAccountWithBalanceResponse — Response containing a fee account plus its live balance
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — Fee account configuration plus its live global-account balance
    - `id` string, uuid, required — Unique identifier of the fee account
    - `currency` string, required — Currency code
    - `provider` string, required — Cross-border provider
    - `provider_account_id` string, required — Provider account identifier
    - `iban` string — International Bank Account Number
    - `swift` string — SWIFT/BIC code
    - `account_number` string — Account number
    - `routing_number` string — Routing number (for US accounts)
    - `created_at` string, date-time, required — Creation timestamp
    - `updated_at` string, date-time, required — Last update timestamp
    - `balance` string, required — Live global-account balance, in the fee account's own currency

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
