Code

Get the runtime wasm blob.

get

Returns the runtime Wasm blob in hex format.

Query parameters
atstring · unsignedInteger or $hexOptional

Block identifier, as the block height or block hash.

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

successful operation

{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "code": "text"
}