getSentZaps
Retrieve zap payments sent by a Nostr user to track outgoing financial interactions on the decentralized social network.
Instructions
Get zaps sent by a public key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pubkey | Yes | Public key of the Nostr user (hex format or npub format) | |
| limit | No | Maximum number of zaps to fetch | |
| relays | No | Optional list of relays to query | |
| validateReceipts | No | Whether to validate zap receipts according to NIP-57 | |
| debug | No | Enable verbose debug logging |