---
title: "List withdrawal fees"
method: GET
path: "/withdraw/fees"
tags: ["Fund"]
---

# List withdrawal fees

`GET /withdraw/fees`

Lists currently enabled public chain and token pairs with their withdrawal fees. Requires `fund.withdraw` permission.

## Headers

- `Date` string
- `Authorization` string

## Response `200`

Standard response envelope

- union
  - ListWithdrawFeesEnvelope
    - `code` 0, required — Business code. `0` means success.
    - `message` string, required — Response message.
    - `data` ListWithdrawFeesResponse, required
      - `fees` WithdrawFeeItem[], required — Currently enabled public chain and token withdrawal fees.
        - `chain` string, required — Public chain name.
        - `token_type` string, required — Token type.
        - `withdraw_fee` string, required — Withdrawal fee denominated in `token_type`.
  - ErrorEnvelope
    - `code` integer, required — Non-zero business error code.
    - `message` string, required — Error details.
    - `data` object, nullable, required — Error responses return null.

## Other responses

- `401` — HMAC gateway validation or application authentication failed
- `403` — API key permission, IP whitelist, or endpoint policy rejected the request

---

[API](https://skmtc.dev/infini/apis/infini-fund-api.md) · [All operations](https://skmtc.dev/infini/apis/infini-fund-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infini/infini-fund-api/revisions/a77090a3bdd5/schema)
