NAV
中文
Java Python Go C++

2025-03-03

Withdrawal API adjustment for Turkey entity users

Due to compliance requirements, Bahamas entity users need to pass in the field rcvrInfo when making withdrawal.

Withdraw assets to the exchange wallet

If users withdraw assets to the exchange wallet, they need to provide exchange info & recipient information.

Withdraw assets to the private wallet

If users withdraw assets to the private wallet, they need to provide recipient information.

2025-02-12

Parameter Type Description
notionalUsdForBorrow String Notional value for Borrow in USD
Applicable to Spot mode/Multi-currency margin/Portfolio margin
notionalUsdForSwap String Notional value of positions for Perpetual Futures in USD
Applicable to Multi-currency margin/Portfolio margin
notionalUsdForFutures String Notional value of positions for Expiry Futures in USD
Applicable to Multi-currency margin/Portfolio margin
notionalUsdForOption String Notional value of positions for Option in USD
Applicable to Spot mode/Multi-currency margin/Portfolio margin

2024-11-14

Before

Parameter Type Description
minFee String The minimum withdrawal fee for normal address
Apply to on-chain withdrawal
maxFee String The maximum withdrawal fee for normal address
Apply to on-chain withdrawal
minFeeForCtAddr String The minimum withdrawal fee for contract address
Apply to on-chain withdrawal
maxFeeForCtAddr String The maximum withdrawal fee for contract address
Apply to on-chain withdrawal

After

Parameter Type Description
fee String The fixed withdrawal fee
Apply to on-chain withdrawal
minFee String The minimum withdrawal fee for normal address
Apply to on-chain withdrawal

(Deprecated)
maxFee String The maximum withdrawal fee for normal address
Apply to on-chain withdrawal

(Deprecated)
minFeeForCtAddr String The minimum withdrawal fee for contract address
Apply to on-chain withdrawal

(Deprecated)
maxFeeForCtAddr String The maximum withdrawal fee for contract address
Apply to on-chain withdrawal

(Deprecated)

2024-10-10

Parameter Type Description
burningFeeRate String Burning fee rate, e.g "0.05" represents "5%".
Some currencies may charge combustion fees. The burning fee is deducted based on the withdrawal quantity (excluding gas fee) multiplied by the burning fee rate.
Apply to on-chain withdrawal
Parameter Type Description
burningFeeRate String Burning fee rate, e.g "0.05" represents "5%".
Some currencies may charge combustion fees. The burning fee is deducted based on the withdrawal quantity (excluding gas fee) multiplied by the burning fee rate.
feeCcy String Fixed withdrawal fee unit

2024-10-04

2024-10-01

2024-09-19

Parameter Type Description
enableSpotBorrow Boolean Whether borrow is allowed or not in Spot mode
true: Enabled
false: Disabled
spotBorrowAutoRepay Boolean Whether auto-repay is allowed or not in Spot mode
true: Enabled
false: Disabled
Parameter Type Description
ccy String Currency
Parameter Type Description
isTradeBorrowMode String Whether borrowing currency automatically
true
false
Only applicable to trigger order, trailing order and twap order