# x402.ottoai.services Twitter Summary

> x402.ottoai.services Twitter Summary is a paid API for AI agents from x402.ottoai.services, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a quick pulse check of crypto Twitter, including breaking news, trending narratives, and sentiment shifts from the broader crypto community.

## Facts

- Endpoint: GET https://x402.ottoai.services/twitter-summary
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-ottoai-services-099eb270
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l8gU7C-HCGth1JeMQbngN

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 x402-ottoai-services-099eb270
```

Example prompt: Give me a quick pulse check on what crypto Twitter is talking about right now — breaking news, trending narratives, and any major sentiment shifts.

## When to prefer this

Choose this endpoint when you need a broad, real-time pulse of the general crypto Twitter community — sentiment, trending narratives, and breaking news — without filtering by specific KOLs or tokens. Prefer this over KOL-specific or token-specific endpoints when you want a wide community view rather than targeted alpha.

## Known failure modes

- Service unavailable or rate-limited — returns status: failed with error string
- Payment not processed — x402 payment required before response is returned
- Empty or stale data if Twitter feed is temporarily unavailable
- No significant events to report — returns minimal or empty digest

## How this service works

Quick pulse check from crypto Twitter. Breaking news, trending narratives, and sentiment shifts at a glance.

## Output

A digest object containing a summary of recent crypto Twitter activity, including breaking news headlines, trending narratives or themes, and notable sentiment shifts across the crypto community. Returns a status of 'success' or 'failed' with corresponding data or error message.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## 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",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "status",
      "data",
      "meta"
     ],
     "properties": {
      "data": {
       "description": "Digest object on success, error string on failure"
      },
      "meta": {
       "type": "object",
       "required": [
        "generatedAt",
        "degraded",
        "sourceHealth"
       ],
       "properties": {
        "dataAsOf": {
         "type": [
          "string",
          "null"
         ],
         "description": "Vintage of the observations, as upstream declared it."
        },
        "degraded": {
         "type": "boolean"
        },
        "generatedAt": {
         "type": "string"
        },
        "sourceHealth": {
         "type": "object"
        },
        "stalenessSec": {
         "type": [
          "number",
          "null"
         ]
        }
       },
       "description": "Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served."
      },
      "status": {
       "enum": [
        "success",
        "failed"
       ],
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-ottoai-services-099eb270/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.ottoai.services](https://www.zero.xyz/host/x402.ottoai.services/llms.txt)
