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

# Get ACH-offramp fee

`GET /money/ach/fee`

Returns the flat ACH-offramp fee ($1; US-only, not destination-aware), optionally with the amount+fee total.

## Query parameters

- `amount_usd` string

## Response `200`

OK

- MoneyMovementsACHFeeOutput
  - `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
- `default` — Error response.

## Changes

- **2026-09-01** `f2d9f80610d9` — 4 info
  - added the optional property `error/api_client_id` to the response with the `400` status
  - added the optional property `error/api_client_id` to the response with the `401` status
  - added the optional property `error/api_client_id` to the response with the `403` status
  - added the optional property `error/api_client_id` to the response with the `default` status
- **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`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/money/ach/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/0a6aeb726c1f/schema)
