Info

Get the generic information about coretime, 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/info HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200

successful operation

{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "configuration": {
    "interludeLength": "text",
    "leadinLength": "text",
    "regionLength": "text",
    "relayBlocksPerTimeslice": "text"
  },
  "currentRegion": {
    "start": "text",
    "end": "text"
  },
  "cores": {
    "total": "text",
    "available": "text",
    "sold": "text",
    "currentCorePrice": "text",
    "selloutPrice": "text",
    "firstCore": "text"
  }
}