This endpoint allows nodes to register or update their public address in the system. When a node comes online or changes its address, it can use this endpoint to ensure the system has its current address for routing requests.
Returns various AtomaProxyError
variants:
MissingHeader
- If the signature header is missingInvalidHeader
- If the signature header is malformedInvalidBody
- If:
InternalError
- If:
Represents the payload for the node public address registration request.
Node public address registered successfully
The response is of type object
.