Skip to main content

/accounts/{accountId}/vesting-info REST API Endpoint

Returns the vesting schedule for an account.

Updated on
Sep 2, 2024

/accounts/{accountId}/vesting-info REST API Endpoint

Path Parameters

accountId
string
REQUIRED
The SS58 address of the account.

Query Parameters

at
string
The block at which to query the vesting info for the specified account.

Returns

at
object
An object containing information about the state.
hash
string
The hash of the block at the specified state.
height
string
The height of the block at the specified state.
vesting
array
An array of objects, each representing a vesting schedule
locked
string
The amount of funds that are currently locked.
perBlock
string
The amount of funds that are unlocked per block.
startingBlock
string
The block number at which the vesting schedule started.
Request
1
curl --location 'https://docs-demo.dot-mainnet.quiknode.pro/accounts/5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty/vesting-info' \
2
--header 'Accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free