Spec

Get version information of the Substrate runtime.

get

Returns version information related to the runtime.

Query parameters
atstring · unsignedInteger or $hexOptional

Block identifier, as the block height or block hash.

Responses
200
successful operation
application/json
get
GET /runtime/spec HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200

successful operation

{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "authoringVersion": "text",
  "chainType": "{\"live\": null}",
  "implVersion": "text",
  "specName": "text",
  "specVersion": "text",
  "transactionVersion": "text",
  "properties": {}
}