Returns the vesting schedule for an account. Replaces /vesting/{address} from versions < v1.0.0.
/vesting/{address}
/accounts/{accountId}/vesting-info
SS58 address of the account.
Block identifier, as the block height or block hash.
curl -L \ --url 'https://dot-playbook.nownodes.io/accounts/{accountId}/vesting-info'
{ "at": { "hash": "text", "height": "text" }, "vesting": [ { "locked": "text", "perBlock": "text", "startingBlock": "text" } ] }