Returns a list of leases that belong to the paraId as well as the paraId's current lifecycle stage.
paraId
paraId to query the crowdloan information of.
Block identifier, as the block height or block hash.
GET /paras/{paraId}/lease-info HTTP/1.1 Host: dot-playbook.nownodes.io Accept: */*
successful operation
{ "at": { "hash": "text", "height": "text" }, "paraLifecycle": "onboarding", "onboardingAs": "parachain", "leases": [ { "leasePeriodIndex": "text", "account": "text", "deposit": "text" } ] }