Skip to main content

State of vesting assets

Detailed list of vesting assets at a beneficiary address

Path Parameters
    beneficiary string required

    Beneficiary bech32 address

Responses

List of vesting assets successfully returned


Schema
    asset_name string required

    Asset policy token name of the asset to be locked

    asset_symbol string required

    Asset policy token symbol of the asset to be locked

    remaining_vesting_quantity integer

    Remaning amount of the token left to vest

    total_installments integer required

    Number of vesting installments used to collect vested assets

    total_vesting_quantity integer required

    Total amount of the asset that will be vested

    vesting_period_start integer required

    Vesting period start in UNIX time (seconds)

    vesting_period_end integer required

    Vesting period end in UNIX time (seconds)

Loading...