v1
latestOpenAPI 3.0.32026-07-173986194.3 KBReturns a node registered at the consensus layer.
get/consensus/entities/{address}/nodes/{node_id}
Path parameters
addressstring required
An Oasis-style (bech32) address.
Example:oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p
The entity ID of the entity controlling the node to return.
node_idstring byte required
A base64-encoded ed25519 public key.
Example:lbxs4hlud9XNloIOdhJPaCahd7HtiY8QATCgGnFfCM0=
The node ID of the node to return.
Response
A JSON object containing a node registered at the consensus layer.
Example response
{
"id": "lbxs4hlud9XNloIOdhJPaCahd7HtiY8QATCgGnFfCM0=",
"entity_id": "gb8SHLeDc69Elk7OTfqhtVgE2sqxrBCDQI84xKR+Bjg="
}