withdraw
Withdraw
Initiate a withdrawal. Returns pending status; supports BTC, tBTC, ETH, tETH.
post/api/v1/withdraw
Headers
x-sdk-versionstring required
SDK version header
Request body
Response
Withdraw created (pending)
Example response
{
"data": {
"status": "pending"
}
}