getReceivedZaps
Retrieve zap payments received by a Nostr user's public key, enabling tracking of incoming payments through the Nostr network with configurable validation and relay options.
Instructions
Get zaps received 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 |