---
title: "Get fiat account"
method: GET
path: "/withdrawals/fiat_accounts/{id}"
tags: ["Withdrawals"]
---

# Get fiat account

`GET /withdrawals/fiat_accounts/{id}`

Retrieves a specific fiat withdrawal account that has been whitelisted.

## Path parameters

- `id` string, required

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved fiat withdrawal account. including account details and whitelist status.

- GetWithdrawalFiatAccountById
  - `message` FiatAccountsEntity — The whitelisted withdrawal account or address to withdraw funds to Note: only one of withdrawal_account_id, address or account{} can be submitted per withdrawal, but zerohash will always respond with withdrawal_account_id
    - `withdrawal_account_id` number — The ID of the withdrawal account
    - `name` string — The nickname given to the withdrawal account Note: zerohash will append the last 4 digits of the account number to this when saving it
    - `status` 'PENDING_CREATION' | 'APPROVED' | 'REJECTED' | 'DELETED' | 'PENDING_CHANGE' — The approval status of the withdrawal account
    - `limit` number — The limit applied to the account on a per-withdrawal basis
    - `type` string — The type of account: REAL_TIME_FIAT for 24/7 USD withdrawals, DOMESTIC_FIAT for US wires or INTERNATIONAL_FIAT for international wires
    - `beneficiary_name` string — The owner of the account at the withdrawal destination
    - `account_number` string — The unique IBAN or account number for the final withdrawal destination
    - `bank_name` string — The name of the destination financial institution
    - `routing_number` string — For US wires, the ABA routing number identifies the destination financial institution
    - `swift_code` string — SWIFT code, if applicable
    - `recipient_instructions` string — Any additional instructions on the account
    - `intermediary_bank_name` string — Intermediary bank name, if applicable
    - `intermediary_bank_code_type` string — Intermediary bank identifier code type, if applicable Options include SWIFT
    - `intermediary_bank_code` string — Intermediary bank identifier that corresponds to intermediary_bank_code_type, if applicable
    - `intermediary_bank_account_number` string — Intermediary bank IBAN or account number, if applicable
    - `correspondent_bank_name` string — Correspondent bank name, if applicable
    - `correspondent_bank_code_type` string — Correspondent bank identifier code type, if applicable Options include SWIFT
    - `correspondent_bank_code` string — Correspondent bank identifier that corresponds to correspondent_bank_code_type, if applicable
    - `correspondent_bank_account_number` string — Correspondent bank IBAN or account number, if applicable
    - `last_update` number — Timestamp for when the withdrawal address last update
    - `participant_code` string — The participant the request belongs to, e.g. ABCDEF

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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