Retrieve Node avatar by address
Retrieve the avatar of a specific Node by its address. This endpoint returns the SVG image associated with the node.
GET
/nta/nodes/
{address}
/avatar.svgPath Parameters
address
Requiredstring
The address of the Node to retrieve.
A successful response containing the SVG image of the specified node. The image can be used to visually represent the node.