Lightspark
Lightspark

Withdrawal Request

This object represents a request made for an L1 withdrawal from your Lightspark Node to any Bitcoin wallet. You can retrieve this object to receive detailed information about any withdrawal request made from your Lightspark account.Fields (18)
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.
requested_amount
The requested amount of money to be withdrawn. If the requested amount is -1, it means to withdraw all.
The amount of money that should be withdrawn in this request.
DEPRECATED: Use `requested_amount` instead
estimated_amount
CurrencyAmount (optional)
If the requested amount is `-1` (i.e. everything), this field may contain an estimate of the amount for the withdrawal.
amount_withdrawn
CurrencyAmount (optional)
The actual amount that is withdrawn to the bitcoin address. It will be set once the request is completed.
total_fees
CurrencyAmount (optional)
The total fees the node paid for the withdrawal. It will be set once the request is completed.
bitcoin_address
The bitcoin address where the funds should be sent.
withdrawal_mode
The strategy that should be used to withdraw the funds from the account.
DEPRECATED: It is always withdrawing from channels now.
The current status of this withdrawal request.
completed_at
DateTime (optional)
The time at which this request was completed.
withdrawal
Withdrawal (optional)
The withdrawal transaction that has been generated by this request.
DEPRECATED: Use `withdrawals` instead.
The transactions that have been generated when closing channels to fulfill this withdrawal.
The transactions that have been generated when opening channels to fulfill this withdrawal.
The L1 transactions that withdraw funds to the withdrawal bitcoin address.
idempotency_key
String (optional)
The idempotency key of the withdrawal request.
The initiator of the withdrawal.
Interfaces (1)
  • Entity