Withdraw Tx

Address Withdraw

Parameters

Response

201 Success

400 Bad Request

Example Request

curl --request POST \
     --url https://api.figment.io/vaulta/withdraw \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: your-api-key-here' \
     --data '{\n  "network": "mainnet"\n}'

Example Response

{
  "data": {
    "network": "string",
    "unsigned_transaction_serialized": "string",
    "signing_payload": "string"
  }
}