Reservations

Get all the reservations currently registered on coretime 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
application/json
objectOptional
get
GET /coretime/reservations HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200

successful operation

{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "reservations": [
    {
      "task": "text",
      "mask": "text"
    }
  ]
}