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.amount
The amount of money that should be withdrawn in this request.DEPRECATED: Use `requested_amount` instead
estimated_amount
If the requested amount is `-1` (i.e. everything), this field may contain an estimate of the amount for the withdrawal.CurrencyAmount (optional)
amount_withdrawn
The actual amount that is withdrawn to the bitcoin address. It will be set once the request is completed.CurrencyAmount (optional)
total_fees
The total fees the node paid for the withdrawal. It will be set once the request is completed.CurrencyAmount (optional)
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.
status
The current status of this withdrawal request.completed_at
The time at which this request was completed.DateTime (optional)
withdrawal
The withdrawal transaction that has been generated by this request.Withdrawal (optional)
DEPRECATED: Use `withdrawals` instead.
channel_closing_transactions
The transactions that have been generated when closing channels to fulfill this withdrawal.channel_opening_transactions
The transactions that have been generated when opening channels to fulfill this withdrawal.withdrawals
The L1 transactions that withdraw funds to the withdrawal bitcoin address.idempotency_key
The idempotency key of the withdrawal request.String (optional)
initiator
The initiator of the withdrawal.- Entity