Hedera · Schema
RegisteredServiceEndpoint
Distributed LedgerBlockchainDLTHashgraphTransactionTokensNFTSmart ContractsEnterprise
Properties
| Name | Type | Description |
|---|---|---|
| block_node | object | |
| domain_name | stringnull | The DNS domain name of the service |
| general_service | object | |
| ip_address | stringnull | The IP address of the service |
| mirror_node | object | |
| port | integer | |
| requires_tls | boolean | Whether the registered service endpoint requires TLS or not. |
| rpc_relay | object | |
| type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/RegisteredServiceEndpoint.json",
"title": "RegisteredServiceEndpoint",
"type": "object",
"required": [
"block_node",
"general_service",
"mirror_node",
"port",
"rpc_relay",
"requires_tls",
"type"
],
"allOf": [
{
"anyOf": [
{
"required": [
"domain_name"
]
},
{
"required": [
"ip_address"
]
}
]
}
],
"properties": {
"block_node": {
"$ref": "#/components/schemas/RegisteredBlockNodeEndpoint"
},
"domain_name": {
"description": "The DNS domain name of the service",
"example": "block1.alpha.com",
"type": [
"string",
"null"
]
},
"general_service": {
"$ref": "#/components/schemas/RegisteredGeneralServiceEndpoint"
},
"ip_address": {
"description": "The IP address of the service",
"example": "191.91.239.79",
"type": [
"string",
"null"
]
},
"mirror_node": {
"$ref": "#/components/schemas/RegisteredMirrorNodeEndpoint"
},
"port": {
"format": "int32",
"type": "integer",
"minimum": 0,
"maximum": 65535
},
"requires_tls": {
"description": "Whether the registered service endpoint requires TLS or not.",
"type": "boolean"
},
"rpc_relay": {
"$ref": "#/components/schemas/RegisteredRpcRelayEndpoint"
},
"type": {
"$ref": "#/components/schemas/RegisteredNodeType"
}
},
"example": {
"domain_name": "block1.alpha.com",
"general_service": null,
"ip_address": null,
"mirror_node": null,
"port": 40840,
"requires_tls": false,
"rpc_relay": null,
"type": "BLOCK_NODE"
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/RegisteredServiceEndpoint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.