Skip to main content
POST
Withdraws tokens from a virtual wallet to a specified external address. This operation is idempotent. Requires an API key with access level 2 or higher.

Path parameters

walletId
string
required
Unique identifier of the virtual wallet.

Body

to_wallet_address
string
required
Destination wallet address for the transfer.
token_address
string
required
Token contract address on the blockchain.
amount
number
required
Amount of tokens to transfer (maximum 6 decimal places).

Response

transaction_hash
string
On-chain transaction hash.
status
string
Current transaction status.