Crowdloans

[DEPRECATION NOTE: PHASED OUT ENDPOINT IN FAVOR OF CORETIME] List all stored crowdloans.

get

Returns a list of all the crowdloans and their associated paraIds.

Query parameters
atstring · unsignedInteger or $hexOptional

Block identifier, as the block height or block hash.

Responses
200
successful operation
application/json
get
GET /paras/crowdloans HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200

successful operation

{
  "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"
      }
    }
  ]
}