peck_user_posts
View everything a specific address has written on the BSV social graph. Convenience wrapper over peck_feed with author filter — returns posts in newest-first order along with the total count for that author. Use when you want to understand who someone is and what they have been saying across all apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Optional: restrict to a single app. | |
| type | No | Optional: only show this type (post, reply, like, ...). | |
| limit | No | Max items (default 20, max 100). | |
| offset | No | Pagination offset. | |
| address | Yes | BSV address of the author. |