Withdrawals

Create Withdrawal

Create a withdrawal transaction

post/api/v1/withdraw

Headers

x-sdk-versionstring

SDK version header

Request body

tostring required
amountstring required
fromstring[] required
network'tBTC' | 'tETH' | 'AVAX' | 'FUJI' | 'SANDBOX' required
clientSharestring required

Response

Withdrawal created successfully

Example response

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

Changes