POST
/
contracts
/
vesting
/
collect
/
{beneficiary}
Collect assets
curl --request POST \
  --url https://mainnet.gomaestro-api.org/v1/contracts/vesting/collect/{beneficiary} \
  --header 'api-key: <api-key>'
{
  "cbor_hex": "<string>",
  "tx_hash": "<string>"
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

beneficiary
string
required

Beneficiary's bech32 address

Response

202
application/json

Unsigned transaction created successfully

The response is of type object.