Crowdloan info

[DEPRECATION NOTE: PHASED OUT ENDPOINT IN FAVOR OF CORETIME] Get crowdloan information for a `paraId`.

get

Returns crowdloan's fundInfo and the set of leasePeriods the crowdloan` covers.

Path parameters
paraIdnumberRequired

paraId to query the crowdloan information of.

Query parameters
atstring · unsignedInteger or $hexOptional

Block identifier, as the block height or block hash.

Responses
200
successful operation
application/json
get
GET /paras/{paraId}/crowdloan-info HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200

successful operation

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