memory_read
Read stored values from a wallet-scoped namespace. Retrieve a value by key or list keys. Access your own namespace by default; include an owner to read a granted namespace.
Instructions
[$0.001/call, wallet required] Read from a wallet-scoped namespace. ?key=… returns the stored value; omit key to list keys. Reads your own namespace by default; add ?owner=0x… to read a namespace you've been granted access to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key to read; omit to list all keys | |
| owner | No | Optional 0x namespace to read (requires a grant) |