Query Withdrawal Fee
Query withdrawal fee configuration and limits for a specific currency.
Overview
This page documents theGET /payment/open/institution/v1/pay/wallet/withdraw_status endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.
Notes
- Authentication uses the standard GatePay signed headers.
- This page documents the institutional path version of the same endpoint.
- For shared signing rules, see /api-reference/version/100/en/common/securityAndSignature.
Institution Notes
- Institutional requests must include
X-GatePay-On-Behalf-Ofto specify the institutional sub-account to operate on.
Headers
The clientId assigned when the merchant registers an application in the Gate merchant console.
"4186d0c6-6a35-55a9-8dc6-5312769dbff8"
Request signature. GatePay uses this signature to verify whether the request is valid.
UTC timestamp in milliseconds when the request is generated. GatePay will not process requests where the difference from the receive time exceeds 10 seconds.
"1672905655498"
Random string. Must comply with HTTP header rules; recommended length is within 32 characters, composed of digits and letters.
"9578"
Query Parameters
Specify currency name.
Response
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.
Currency symbol, e.g. BTC, ETH.
Currency name (e.g. Bitcoin, Ethereum).
Chinese name of currency (e.g. Bitcoin, Ethereum).
Deposit fee (usually "0" as string).
Withdrawal fee percentage, e.g. "0.1" means 0.1%.
Fixed withdrawal fee, e.g. "0.0005".
Daily withdrawal limit (maximum total amount per day).
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).
Remaining daily withdrawal limit (still available amount for today).
Maximum single withdrawal amount (cannot exceed this per transaction).
Fixed withdrawal fees per chain (property: chain name, value: fee string).
Percentage withdrawal fees per chain (property: chain name, value: percentage string).

