Routing Transaction
This object represents a transaction that was forwarded through a Lightspark node on the Lightning Network, i.e., a routed transaction. You can retrieve this object to receive information about any transaction routed through your Lightspark Node.Fields (12)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 this transaction was initiated.updated_at
The date and time when the entity was last updated.status
The current status of this transaction.resolved_at
The date and time when this transaction was completed or failed.DateTime (optional)
amount
The amount of money involved in this transaction.transaction_hash
The hash of this transaction, so it can be uniquely identified on the Lightning Network.String (optional)
incoming_channel
If known, the channel this transaction was received from.Channel (optional)
outgoing_channel
If known, the channel this transaction was forwarded to.Channel (optional)
fees
The fees collected by the node when routing this transaction. We subtract the outgoing amount to the incoming amount to determine how much fees were collected.CurrencyAmount (optional)
failure_message
If applicable, user-facing error message describing why the routing failed.RichText (optional)
failure_reason
If applicable, the reason why the routing failed.RoutingTransactionFailureReason (optional)
- LightningTransaction
- Transaction
- Entity