Backed candidates

[DEPRECATION NOTE: PHASED OUT ENDPOINT IN FAVOR OF CORETIME] Get the heads of the backed parachain candidates at the specified block height or at the most recent finalized head otherwise.

get

Returns an object with all the parachain id's as keys, and their headers as values.

Query parameters
atstring · unsignedInteger or $hexOptional

Block identifier, as the block height or block hash.

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

successful operation

{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "paraId": {
    "hash": "text",
    "number": "text",
    "parentHash": "text",
    "stateRoot": "text",
    "extrinsicsRoot": "text",
    "digest": {
      "logs": [
        {
          "type": "text",
          "index": "text",
          "value": [
            "text"
          ]
        }
      ]
    }
  }
}