v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-0649142500.6 KB
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"
  }
}