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

Path parameters

blockchain
string
required
Blockchain of the holding wallet. One of ETHEREUM, POLYGON, BSC, ARBITRUM, OPTIMISM, BASE, AVALANCHE.

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.