Wallet
This object represents a Lightspark Wallet, tied to your Lightspark account. Wallets can be used to send or receive funds over the Lightning Network. You can retrieve this object to receive information about a specific wallet tied to your Lightspark account.Fields (13)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.last_login_at
The date and time when the wallet user last logged in.DateTime (optional)
balances
The balances that describe the funds in this wallet.Balances (optional)
third_party_identifier
The unique identifier of this wallet, as provided by the Lightspark Customer during login.account
The account this wallet belongs to.Account (optional)
status
The status of this wallet.transactions
The transactions that have been sent and received in this wallet, both on the Lightning network and the Bitcoin network.payment_requests
The payment requests that have been created in this wallet.total_amount_received
The total amount received in this wallet on Lightning Network within given time period.withdrawal_requests
The withdrawal requests that are attached to this account.total_amount_sent
The total amount sent in this wallet on Lightning Network within given time period.- LightsparkNodeOwner
- Entity