Vote Tx

Vaulta API Vote

Parameters

address

network

proxy_account_address

Responses

201 Success

Object

400 Bad Request

Example Request

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

Example Response

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