{ "opencollection": "1.0.0", "info": { "name": "Polkadot REST Account Vesting API", "version": "0.1.3" }, "items": [ { "info": { "name": "Vesting", "type": "folder" }, "items": [ { "info": { "name": "List vesting release records", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/api/scan/vesting_release" }, "docs": "Returns vesting release records for the requested date range. This endpoint is available only on networks that support the vesting frame." } ] } ], "bundled": true }