Protocols

get

(no description)

Responses
200Success
application/json
get
GET /protocols HTTP/1.1
Host: xtz.nownodes.io
Accept: */*
[
  "text"
]
get

(no description)

Path parameters
Protocol_hashstringRequired

Protocol_hash (Base58Check-encoded)

Responses
200Success
application/json
get
GET /protocols/{Protocol_hash} HTTP/1.1
Host: xtz.nownodes.io
Accept: */*
{
  "expected_env_version": 1,
  "components": [
    {
      "name": "text",
      "interface": "text",
      "implementation": "text"
    }
  ]
}