GET
/
contracts
/
vesting
/
state
/
{beneficiary}
State of vesting assets
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/contracts/vesting/state/{beneficiary} \
  --header 'api-key: <api-key>'
{
  "asset_name": "564152444f",
  "asset_symbol": "6b0ffe54a4d0393ee7d4eb423ed933cf2dddbb0d05bc24237fd0f16a",
  "remaining_vesting_quantity": "0",
  "total_installments": "1",
  "total_vesting_quantity": "950000",
  "vesting_period_start": "1692664993000",
  "vesting_period_end": "1692664998000"
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

beneficiary
string
required

Beneficiary bech32 address

Response

200
application/json

List of vesting assets successfully returned

Vesting states at a beneficiary address