Withdraw Crypto

This API initiates a crypto withdrawal by transferring a specified amount of a selected token from the user’s wallet to an external blockchain address on a given network. It validates the wallet address, token type, and network, then creates a withdrawal transaction and returns key details such as the payment ID, transferred amount, service fee, total deducted amount, and the transaction status (typically “Initiated”), indicating that the withdrawal request has been successfully recorded and is pending blockchain processing.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The external cryptocurrency wallet address to which the funds will be sent.

number
required

The quantity of cryptocurrency to withdraw.

string
required

The blockchain network used for the withdrawal (e.g., ETH, BSC, TRON).

string
required

The type of cryptocurrency token being withdrawn (e.g., ETH, USDT).

Headers
string
required

The unique API key assigned to the client for authenticating API requests.

string
required

The cryptographic signature generated to verify the integrity and authenticity of the request.

string
required

The timestamp of the API request used to prevent replay attacks.

string
required

Bearer token used to authenticate and authorize access to the API.

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json