---
title: "Get payout fees"
method: GET
path: "/api/v1/banks/payout/fees"
tags: ["Managed Custody Mode"]
---

# Get payout fees

`GET /api/v1/banks/payout/fees`

Fetch per-currency payout fee configuration, including the minimum payout amount and fiat token address. Public metadata; no authentication required.

## Response `200`

Standard envelope keyed by currency.

- McPayoutFeesResponse — Standard UR OpenAPI response envelope. code 0 means success; a non-zero code is a business error described by message.
  - `code` integer, required — 0 on success; non-zero business error code.
  - `message` string, required — Human-readable explanation. May be empty on success.
  - `data` object — Payout fee configuration, keyed by currency.

---

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