Withdraw

Create a withdrawal request.

post

Withdrawal requests are processed asynchronously and may need approvals according to corresponding policy.

Header parameters
AuthorizationstringRequired

X-OW-APIKEY and X-OW-SIGNATURE

Body
amountstringOptional

Amount to withdraw. To withdraw 1.3 ETH, amount should be 1.3

asset_idintegerOptional

number id. Can be got from nft_list or token_list api

chainstringOptional

CHAIN_BITCOIN, CHAIN_BITCOIN_TESTNET, CHAIN_ETHEREUM, CHAIN_ETHEREUM_GOERLI, CHAIN_BSC, CHAIN_BSC_TESTNET, CHAIN_POLYGON, CHAIN_SOLANA, CHAIN_AVALANCHE_C, CHAIN_TRON, CHAIN_LITECOIN, CHAIN_DOGECOIN

contractstringOptional

CheCKeD Contract address

from_wallet_idstringOptional

Wallet to withdraw from

reference_idstringOptional

Reference id for this transaction in tenant's system. Max length is 255

remarkstringOptional

Remark for this transaction. Max length is 255

to_addressstringOptional

Address to withdraw to.

token_idstringOptional

Only applied to NFT. NFT TokenId

Responses
chevron-right
200

Success

application/json
post
/api/operation/withdraw
200

Success