List all pending receive statuses
Returns the statuses of all pending Lightning receives, ordered from oldest to newest. A receive is pending until its finished_at timestamp is set, indicating it has settled or been canceled.
Authorizations
Base64url-encoded auth token
Response
Returns all pending receive statuses
The amount of the lightning receive, if known.
x >= 0IDs of the HTLC-recv VTXOs granted by the server, if any.
Empty until the inbound HTLC has been received and prepared.
The HTLC VTXOs granted by the server for the lightning receive.
The invoice string, if known.
The payment hash linked to the lightning receive
Lifecycle phase of the receive: awaiting-payment, htlcs-ready,
preimage-revealed, delivering, or settled.
The timestamp at which the lightning receive was finished.
The payment preimage, if known.
The timestamp at which the preimage was revealed.
The timestamp at which the receive settled, if it has.