nwc_list_transactions
List Lightning wallet transactions filtered by time range, direction (incoming/outgoing), and optionally include unpaid invoices.
Instructions
List transactions on the connected wallet. Supports filtering by time range, direction (incoming/outgoing), and inclusion of unpaid invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Unix timestamp (seconds). Filter transactions at or after this time. | |
| type | No | Filter by direction. | |
| limit | No | Max number of transactions to return (default per the wallet). | |
| until | No | Unix timestamp (seconds). Filter transactions at or before this time. | |
| offset | No | Pagination offset. | |
| unpaid | No | If true, include unpaid invoices in the result. |