Unstake Tx

Unstake from Network

Required Parameters

Address

Amount

Network

Example Response

201 Success

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

400 Bad Request

API Request Example

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