Overview

Get all the cores information either on coretime chain or relay chain.

get
Query parameters
blockIdstringOptional

Block identifier, as the block height or block hash.

Pattern: ^0[xX][0-9a-fA-F]{1,64}$|[0-9]{1,12}
Responses
200
successful operation
application/json
Responseone of
or
get
GET /coretime/overview HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200

successful operation

{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "cores": [
    {
      "coreId": "text",
      "paraId": "text",
      "workload": {
        "isPool": true,
        "isTask": true,
        "mask": "text",
        "task": "text"
      },
      "workplan": [
        {
          "core": "text",
          "timeslice": "text",
          "info": [
            {
              "isPool": true,
              "isTask": true,
              "mask": "text",
              "task": "text"
            }
          ]
        }
      ],
      "type": {
        "condition": "text",
        "details": {
          "0": "t",
          "1": "e",
          "2": "x",
          "3": "t"
        }
      },
      "regions": [
        {
          "core": "text",
          "begin": "text",
          "end": "text",
          "owner": "text",
          "paid": "text",
          "mask": "text"
        }
      ]
    }
  ]
}