Withdrawal
Last updated
Was this helpful?
Last updated
Was this helpful?
TanX offers various in different languages to facilitate seamless withdrawal. This document outlines the withdrawal process through the JavaScript (JS) SDK. For additional SDK options, refer to the
Generally, we have two modes of withdrawal: Normal Withdrawal and Fast Withdrawal. For withdrawal methods that require a signer and provider, please refer to the deposit method mentioned above.
With Normal Withdrawal, your requested funds will be processed within a standard time frame (24 hours). This mode is suitable for users who are not in a rush to access their funds and are comfortable with the regular processing time.
Initiate Your Withdrawal Request: Call the initiateNormalWithdrawal
function with the following parameters:
Wait for Confirmation: Wait for up to 24 hours.
Check Pending Withdrawal Balance: Use the getPendingNormalWithdrawalAmountByCoin
function with the required parameters to check if the withdrawn balance is pending:
Complete Withdrawal: If the pending balance is greater than 0, use the completeNormalWithdrawal
function to withdraw the cumulative amount to your ETH wallet:
Retrieve a list of normal withdrawals with optional pagination:
With Fast Withdrawal, your funds will be processed in an expedited timeframe, often within a few minutes. This mode is ideal for users who require immediate access to their funds and are comfortable with paying a fee.
Retrieve a list of fast withdrawals with optional pagination:
For additional information, please refer to the .