list-outgoing-payments
Retrieve a paginated list of outgoing payments from your Phoenixd Lightning wallet, with optional filters for time range and failed payments.
Instructions
List the outgoing payments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | start timestamp in millis from epoch, default 0 | |
| to | No | end timestamp in millis from epoch, default now | |
| limit | No | number of payments in the page, default 20 | |
| offset | No | page offset, default 0 | |
| all | No | also return payments that have failed |