Messaging v2 — public feed to scan with your viewing key
robyn_message_feedReturns released rows {id, ephemeralPubKey, viewTag, ct, releaseAt, nextAfter}, identical for every reader. Scan locally with the SDK (inbox(identity)) — checkStealthAddress with your viewPriv, then open ct with your KEM secret. Page with after= (exact compound cursor — never skips same-tick rows); since= also works but is best-effort at page boundaries. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | exact compound cursor from a prior page’s nextAfter (preferred for paging) | |
| limit | No | 1–200, default 100 | |
| since | No | releaseAt cursor in ms (default 0) |