peck_payments
Read on-chain payments / tips. Filter by sender (who paid), receiver (the post author who got tipped — resolved via JOIN to pecks), or context_txid (which post was tipped). Returns rows with txid, sender, receiver, amount, context_txid, and timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 50, max 200). | |
| sender | No | Filter by sender BSV address. | |
| receiver | No | Filter by receiver BSV address (the tipped post's author). | |
| context_txid | No | Filter by the post that was tipped. |