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

tostring required
amountstring required
fromstring[] required

Input UTXOs or addresses

networkIdstring required
clientSharestring required

Response

Withdraw created (pending)

Example response

{
  "data": {
    "status": "pending"
  }
}

Changes