Graph Node
This object represents a node that exists on the Lightning Network, including nodes not managed by Lightspark. You can retrieve this object to get publicly available information about any node on the Lightning Network.Fields (10)id
The unique identifier of this entity across all Lightspark systems. Should be treated as an opaque string.created_at
The date and time when the entity was first created.updated_at
The date and time when the entity was last updated.alias
A name that identifies the node. It has no importance in terms of operating the node, it is just a way to identify and search for commercial services or popular nodes. This alias can be changed at any time by the node operator.String (optional)
bitcoin_network
The Bitcoin Network this node is deployed in.color
A hexadecimal string that describes a color. For example "#000000" is black, "#FFFFFF" is white. It has no importance in terms of operating the node, it is just a way to visually differentiate nodes. That color can be changed at any time by the node operator.String (optional)
conductivity
A summary metric used to capture how well positioned a node is to send, receive, or route transactions efficiently. Maximizing a node's conductivity helps a node’s transactions to be capital efficient. The value is an integer ranging between 0 and 10 (bounds included).Int (optional)
DEPRECATED: Not supported.
display_name
The name of this node in the network. It will be the most human-readable option possible, depending on the data available for this node.public_key
The public key of this node. It acts as a unique identifier of this node in the Lightning Network.String (optional)
addresses
The addresses that this node has announced for itself on the Lightning Network.- Node
- Entity