Withdrawals

Create Withdrawal

Create a new withdrawal request

post/api/v1/withdraw

Headers

x-sdk-versionstring

SDK version for tracking and compatibility

Request body

tostring required

Recipient address for withdrawal

amountstring required

Withdrawal amount

fromstring[] required

Array of source addresses for withdrawal

network'BTC' | 'tBTC' | 'ETH' | 'tETH' required

Blockchain network

clientSharestring required

Client share for signing

Response

Withdrawal created successfully

messagestring required

Response message

dataobject

Response data

successtrue required

Indicates successful response

statusinteger required

HTTP status code

Changes