---
title: "Query withdrawal fee"
method: GET
path: "/v1/pay/wallet/withdraw_status"
tags: ["wallet"]
---

# Query withdrawal fee

`GET /v1/pay/wallet/withdraw_status`

Query withdrawal fee configuration and limits for a specific currency.

## Query parameters

- `currency` string, required

## Headers

- `X-GatePay-Certificate-ClientId` string, required
- `X-GatePay-Signature` string, required
- `X-GatePay-Timestamp` string, required
- `X-GatePay-Nonce` string, required

## Response `200`

Withdrawal fee details. 
No handling fees are charged for withdrawals to a Gate addresss, whereas handling fees apply when withdrawingto a non-Gate address.
- When you call the "Query Withdrawal Fee" interface, it retturns the handling fees required by the supported chains for the coin. Choose the chain you need.
- Pay attention to the two parameters below:
* [withdraw_fix_on_chains] refers to the fixed handling fee.
* [withdraw_percent_on_chains] refers to the percentage-based handling fee (When you withdraw certain
special coins, the fee is calculated as the withdrawal quantity rmultiplied by the percentage).
- Withdrawal Handling Fee = Fixed Handling Fee + Fee Percentage >Withdrawal Quantity
- At present, most common chains only charge a fixed handling feewhich is updated hourly.
- Call the interface to check the handling fee every time you make awithdrawal. The handling fee is updated hourly.
</Info>

- WithdrawStatus[]
  - `currency` string — Currency symbol, e.g. BTC, ETH.
  - `name` string — Currency name (e.g. Bitcoin, Ethereum).
  - `name_cn` string — Chinese name of currency (e.g. Bitcoin, Ethereum).
  - `deposit` string — Deposit fee (usually "0" as string).
  - `withdraw_percent` string — Withdrawal fee percentage, e.g. "0.1" means 0.1%.
  - `withdraw_fix` string — Fixed withdrawal fee, e.g. "0.0005".
  - `withdraw_day_limit` string — Daily withdrawal limit (maximum total amount per day).
  - `withdraw_amount_mini` string — Minimum withdrawal amount (single withdrawal cannot be lower than this, the value is 10 for USDT_TRX, for all other currencies, it is defined by the value provided by the API).
  - `withdraw_day_limit_remain` string — Remaining daily withdrawal limit (still available amount for today).
  - `withdraw_eachtime_limit` string — Maximum single withdrawal amount (cannot exceed this per transaction).
  - `withdraw_fix_on_chains` object — Fixed withdrawal fees per chain (property: chain name, value: fee string).
  - `withdraw_percent_on_chains` object — Percentage withdrawal fees per chain (property: chain name, value: percentage string).

---

[API](https://skmtc.net/gate/apis/gatepay-withdrawal-wallet-api.md) · [All operations](https://skmtc.net/gate/apis/gatepay-withdrawal-wallet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gate/gatepay-withdrawal-wallet-api/revisions/2c8a39daf986/schema)
