---
title: "Get per-rail withdrawal limits"
method: GET
path: "/money/movements/limits/withdrawal_rails"
tags: ["money", "movements", "limits"]
---

# Get per-rail withdrawal limits

`GET /money/movements/limits/withdrawal_rails`

Returns the ACH + Wire "Withdraw all" envelopes (max amount net of the rail fee) for the caller group.

## Query parameters

- `available_balance_usd` string
- `wire_bank_account_id` string

## Response `200`

OK

- MoneyMovementsWithdrawalRailLimitsOutput
  - `ach` MoneyMovementsRailLimitView
    - `max_amount` 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
    - `max_amount_usd` string
  - `wire` MoneyMovementsRailLimitView
    - `max_amount` 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
    - `max_amount_usd` string

## Other responses

- `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/f0991172edbc/schema)
