(no description)
Protocol_hash (Base58Check-encoded)
const response = await fetch('https://xtz.nownodes.io/protocols', { method: 'GET', headers: {}, }); const data = await response.json();
[ "text" ]
const response = await fetch('https://xtz.nownodes.io/protocols/{Protocol_hash}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "expected_env_version": 0, "components": [ { "name": "text", "interface": "text", "implementation": "text" } ] }