Lightspark
Lightspark

Account

This is an object representing the connected Lightspark account. You can retrieve this object to see your account information and objects tied to your account.Fields (16)
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.
The API tokens that can be used to authenticate this account when making API calls or using our SDKs. See the "Authentication" section of our API docs for more details on its usage.
blockchain_balance
The details of the balance of the nodes owned by this account on the Bitcoin Network.
DEPRECATED: Use `LightsparkNode.balances` instead.
conductivity
Int (optional)
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).
DEPRECATED: Not supported.
local_balance
CurrencyAmount (optional)
The total sum of the channel balances (online and offline) on this node.
DEPRECATED: Use `LightsparkNode.balances` instead.
name
String (optional)
The name of this account.
The nodes that are managed by this account.
remote_balance
CurrencyAmount (optional)
The sum of the channel balances that are available to receive on the nodes of this account.
DEPRECATED: Use `LightsparkNode.balances` instead.
uptime_percentage
Int (optional)
An integer between 0 and 100 (included) that represents the percentage of uptime for the nodes owned by this account.
DEPRECATED: Not supported.
The channels between the nodes that belong to this account and other nodes.
DEPRECATED: Use `LightsparkNode.channels` instead.
The transactions that this account is involved. Those can happen on the lightning network (either as a sender, recipient, router) or on the Bitcoin blockchain (as a sender or a recipient).
The payment requests that have been generated by the nodes of this account.
The withdrawal requests that are attached to this account.
The wallets attached to this account.
Interfaces (2)
  • LightsparkNodeOwner
  • Entity