Versions

Get the available versions of runtime metadata.

get

Returns the available versions of runtime metadata. Substrate Reference: - FRAME Support: https://crates.parity.io/frame_support/metadata/index.html - Knowledge Base: https://substrate.dev/docs/en/knowledgebase/runtime/metadata

Query parameters
atstring · unsignedInteger or $hexOptional

Block identifier, as the block height or block hash.

Responses
200
successful operation
application/json
Responsestring[]

An array with the available metadata versions.

get
GET /runtime/metadata/versions HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200

successful operation

[
  "text"
]