# GEDX402 Social – SociaVault Twitter Community Tweets

> GEDX402 Social – SociaVault Twitter Community Tweets 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-15).

Fetches tweets from a Twitter community via SociaVault social data proxy, paid per call with x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitter/community/tweets
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-sociavault-twitter-community-tweets-6f6f1632
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M33gzSJldazhtxxsbU-Iy

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-community-tweets-6f6f1632
```

Example prompt: Can you pull the latest tweets from this Twitter community for me? Here's the URL: https://twitter.com/i/communities/12345678901234567

## When to prefer this

Use this endpoint when you need to retrieve tweets from a specific Twitter community by URL and are operating in an x402 micropayment environment. Prefer this over general scraping tools when you want a structured JSON response with a per-call cost model and SociaVault's proxy reliability.

## Known failure modes

- Invalid or malformed Twitter community URL returns an error or empty data
- Community is private or restricted and tweets cannot be accessed
- Payment failure via x402 prevents endpoint execution
- Rate limiting or SociaVault upstream unavailability results in failed fetch
- URL parameter missing causes request rejection

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object with a 'data' field containing the community tweets payload, a 'success' boolean, and 'provider' set to 'sociavault'. The data field contains the fetched tweet content from the specified Twitter community.

## Request schema (JSON Schema)

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

## 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-community-tweets-6f6f1632/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)
