cURL
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>" }
Collect vested assets that are ready for release according to the vesting schedule for a beneficiary.
Project API Key
Beneficiary's bech32 address
Unsigned transaction created successfully
The response is of type object.
object
Was this page helpful?