agent402.tools Memory Read is a paid API for AI agents from agent402.tools, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14, last successful call 2026-07-18).
Read a value by key (or list all keys) from a wallet-scoped persistent namespace, optionally reading a namespace you've been granted access to.
Persistent key-value memory scoped to the paying wallet: the x402 payment is the authentication, the wallet owns the namespace. Write any JSON value (up to 64KB) under a key, with an optional TTL, or delete it; read it back on any later session with the matching read route. Use it when an agent needs state that survives the session or crosses runs without an account or API key.
If a key is provided, returns the stored value associated with that key in the wallet-scoped namespace. If no key is provided, returns a list of all stored keys in the namespace. If an owner address is provided, reads from that granted namespace instead.
GEThttps://agent402.tools/api/memoryUse this endpoint when an agent needs to retrieve previously stored state or configuration from its wallet-scoped persistent memory. Prefer this over generic KV stores when the storage is already tied to the agent402 ecosystem and you need wallet-scoped access control with grant-based sharing between wallets.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"keys": [],
"owner": "0x9cc42f3d9245b867acccd630b43f906c1665b176",
"persistent": false
}{
"type": "json",
"example": {
"key": "research/task-42",
"bytes": 42,
"owner": "0x…",
"updated": 1760000000000,
"expiresAt": 1760086400,
"persistent": true
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"