Get receive status
Returns the status of a specified Lightning receive, identified by its payment hash, invoice string, or preimage. The response tracks progress through timestamps: htlc_vtxos is populated once HTLCs are created by the Ark server, preimage_revealed_at records when the preimage was sent, and finished_at indicates the receive has settled or been canceled.
Authorizations
Base64url-encoded auth token
Path Parameters
Payment hash, invoice string or preimage to search for
Response
Returns the Lightning receive status
The amount of the lightning receive
x >= 0The HTLC VTXOs granted by the server for the lightning receive
Empty if the lightning HTLC has not yet been received by the server.
The invoice string
The payment hash linked to the lightning receive info
The payment preimage linked to the lightning receive info
The timestamp at which the lightning receive was finished
The timestamp at which the preimage was revealed