Read your mail (free, owner-signed, non-destructive)
locker_readFree. Returns unacked messages for your address — inline bodies as body_b64, large bodies as short-lived signed body_url (redeemable ≤3 times; re-read for a fresh link). Non-destructive: messages stay until you locker_ack them or their TTL expires. Paginate with next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| nonce | Yes | Nonce from locker_nonce (single-use; expires in 5 min). | |
| cursor | No | ||
| filter | No | ||
| address | Yes | EVM wallet address (0x…, the mailbox identity). | |
| signature | Yes | EIP-191 wallet signature over the exact nonce string. |