Lightspark Node
This is an object representing a node managed by Lightspark and owned by the current connected account. This object contains information about the node’s configuration, state, and metadata.Fields (21)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.owner
The owner of this LightsparkNode.The channels that are connected to this node.
status
The current status of this node.LightsparkNodeStatus (optional)
total_balance
The sum of the balance on the Bitcoin Network, channel balances, and commit fees on this node.CurrencyAmount (optional)
DEPRECATED: Use `balances` instead.
total_local_balance
The total sum of the channel balances (online and offline) on this node.CurrencyAmount (optional)
DEPRECATED: Use `balances` instead.
local_balance
The sum of the channel balances (online only) that are available to send on this node.CurrencyAmount (optional)
DEPRECATED: Use `balances` instead.
remote_balance
The sum of the channel balances that are available to receive on this node.CurrencyAmount (optional)
DEPRECATED: Use `balances` instead.
blockchain_balance
The details of the balance of this node on the Bitcoin Network.BlockchainBalance (optional)
DEPRECATED: Use `balances` instead.
uma_prescreening_utxos
The utxos of the channels that are connected to this node. This is used in uma flow for pre-screening.List[String]
balances
The balances that describe the funds in this node.Balances (optional)
daily_liquidity_forecasts
The liquidity forecasts for this node. Refreshed periodically, they enable you to manage the liquidity on your node properly. A forecast is generated for every day.- Node
- Entity