---
title: "Get wire-offramp fee"
method: GET
path: "/money/wire/fee"
tags: ["money", "movements", "fees"]
---

# Get wire-offramp fee

`GET /money/wire/fee`

Returns the country-aware wire fee ($10 domestic / $15 international) for a destination US bank account, optionally with the amount+fee total.

## Query parameters

- `account_id` string, required
- `amount_usd` string

## Response `200`

OK

- MoneyMovementsWireFeeOutput
  - `estimated_proceeds` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `estimated_proceeds_usd` string, nullable
  - `fee` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `fee_usd` string
  - `total` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `total_usd` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

## Changes

- **2026-08-27** `775f0380ec89` — 2 info
  - added the optional property `estimated_proceeds` to the response with the `200` status
  - added the optional property `estimated_proceeds_usd` to the response with the `200` status
- **2026-08-26** `533de842b808` — 1 warning
  - for the `query` request parameter `amount_usd`, the maxLength was set to `64`
- **2026-08-06** `fe2041c5ba86` — 1 warning
  - changed the pattern of the `query` request parameter `account_id` from `^mny_[0-9a-hjkmnp-tv-z]{26}$` to `^mny_[0-7][0-9a-hjkmnp-tv-z]{25}$`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/money/wire/fee/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/adba5ad114cf/schema)
