---
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
  - `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.

---

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