Returns a list of all the crowdloans and their associated paraIds.
/paras/crowdloans
Block identifier, as the block height or block hash.
successful operation
curl -L \ --url 'https://dot-playbook.nownodes.io/paras/crowdloans'
{ "at": { "hash": "text", "height": "text" }, "funds": [ { "paraId": "text", "fundInfo": { "depositor": "text", "verifier": "text", "deposit": "text", "raised": "text", "end": "text", "cap": "text", "lastConstribution": "preEnding", "firstPeriod": "text", "lastPeriod": "text", "trieIndex": "text" } } ] }