# clink-lithium-vault.fly.dev

> clink-lithium-vault.fly.dev is a paid API for AI agents from clink-lithium-vault.fly.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

## Facts

- Endpoint: GET https://clink-lithium-vault.fly.dev/x/watch
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x-watch-0c82358e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cvb-9C1uMoOfGN5DU7UC9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x-watch-0c82358e
```

## How this service works

Monitor X/Twitter for changes - pass a search query and (optionally) a cursor from your last check, get back ONLY what's new since then, plus an AI change summary. Cursor-based so an agent never re-reads the same tweets. Brand monitoring, keyword alerts, competitor tracking. ?query=<advanced search>&since=<ISO timestamp or tweet id>. First call (no since) returns a baseline of the latest 20 + a cursor to pass next time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "query"
     ],
     "properties": {
      "query": {
       "type": "string"
      },
      "since": {
       "type": "string",
       "description": "ISO timestamp or numeric tweet id from a prior call's cursor; omit for a baseline"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "cursor": {
   "newest_id": "1878000000000000000"
  },
  "new_count": 3,
  "truncated": false,
  "change_summary": {
   "summary": "...",
   "sentiment": "neutral"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x-watch-0c82358e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clink-lithium-vault.fly.dev](https://www.zero.xyz/host/clink-lithium-vault.fly.dev/llms.txt)
