# GEDX402 Social – SociaVault Twitter Community Data

> GEDX402 Social – SociaVault Twitter Community Data 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 Twitter/X community data (profile, posts, transcripts) via SociaVault proxy with a single x402 micropayment per call

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitter/community
- 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-data-4f337341
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EKrFvrj4TCJYF9rbi-bg8

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-data-4f337341
```

Example prompt: Pull the community data — posts, profiles, and any available transcripts — for this Twitter community: https://twitter.com/i/communities/123456789

## When to prefer this

Use this endpoint when you need to retrieve Twitter/X community-specific data (posts, profiles, transcripts) via a pay-per-call micropayment model without managing OAuth credentials or Twitter API keys directly. Prefer this over direct Twitter API access when you want a simple URL-in, data-out pattern with x402 payment handling.

## Known failure modes

- Invalid or malformed community URL returns error or empty data object
- Community is private or restricted, resulting in empty or access-denied response
- Twitter/X rate limits or blocks the SociaVault proxy, causing a failed fetch
- Payment not processed correctly via x402, blocking the request
- Community URL points to a non-community Twitter page, returning irrelevant or no data

## 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 fetched Twitter community content (posts, profile, transcripts, etc.), a 'success' boolean, and 'provider' set to 'sociavault'

## 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-data-4f337341/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)
