Returns crowdloan's fundInfo and the set of leasePeriods the crowdloan` covers.
fundInfo
leasePeriods
/paras/{paraId}/crowdloan-info
paraId to query the crowdloan information of.
Block identifier, as the block height or block hash.
successful operation
curl -L \ --url 'https://dot-playbook.nownodes.io/paras/{paraId}/crowdloan-info'
{ "at": { "hash": "text", "height": "text" }, "fundInfo": { "depositor": "text", "verifier": "text", "deposit": "text", "raised": "text", "end": "text", "cap": "text", "lastConstribution": "preEnding", "firstPeriod": "text", "lastPeriod": "text", "trieIndex": "text" }, "leasePeriods": [ "text" ] }