# GEDX402 Social – SociaVault Twitter Tweet Fetcher

> GEDX402 Social – SociaVault Twitter Tweet Fetcher is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Fetches data for a single Twitter/X tweet by URL using the SociaVault social data proxy, paid per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitter/tweet
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-sociavault-twitter-tweet-fetcher-c088284e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9hc7MJl6JLyAns2dc_-FE

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 gedx402-social-sociavault-twitter-tweet-fetcher-c088284e
```

Example prompt: Can you fetch the full content and metadata for this tweet — https://twitter.com/elonmusk/status/123456789 — and keep the response trimmed?

## When to prefer this

Use this endpoint when you need to retrieve structured data for a single specific tweet by URL and are operating in an x402 micropayment environment. Prefer this over general web scraping when you want a clean JSON response with provider-normalized tweet data via SociaVault.

## Known failure modes

- Invalid or malformed tweet URL returns an error or empty data object
- Tweet is deleted or private — data may be unavailable
- Payment failure via x402 results in 402 response blocking the request
- Rate limiting or provider outage causes temporary unavailability
- Incorrect URL format (non-Twitter URL) may return a failure or unexpected result

## How this service works

SociaVault API proxy — twitter-tweet. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

Returns a JSON object with a `data` field containing tweet content and metadata, a `success` boolean, and a `provider` field set to 'sociavault'. Exact tweet fields (text, author, timestamp, etc.) depend on what SociaVault surfaces.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "trim": {
   "type": "boolean"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-sociavault-twitter-tweet-fetcher-c088284e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
