Build withdrawal transaction

Build withdrawal transaction

post

Build withdrawal transaction

Header parameters
X-API-KEYstringRequired

API Key

Body
Responses
200

OK

application/json
post
POST /accounts/withdrawal/build HTTP/1.1
Host: 
X-API-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 57

{
  "withdrawal_amount": [
    {
      "quantity": "text",
      "unit": "text"
    }
  ]
}
{
  "tx_hex": "text"
}

Last updated