# GEDX402 Social – SociaVault Twitter User Tweets

> GEDX402 Social – SociaVault Twitter User 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-14).

Fetches recent tweets for a given Twitter/X handle via the SociaVault proxy, paid per call with x402 micropayments.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitter/user-tweets
- 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-user-tweets-bb8a54f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4xLGpj7LLHk2xpZ8D2UHS

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-user-tweets-bb8a54f3
```

Example prompt: Fetch the recent tweets for the Twitter handle @elonmusk using SociaVault — trim the response to keep it compact.

## When to prefer this

Choose this endpoint when you need to retrieve recent public tweets for a specific Twitter user handle in a pay-per-call model using x402 micropayments, without managing a full Twitter API credential setup. Suitable for lightweight, on-demand tweet ingestion for individual accounts.

## Known failure modes

- Invalid or non-existent Twitter handle returns error or empty data object
- Missing 'handle' parameter causes request failure
- Payment not processed (x402 flow incomplete) results in 402 response
- Rate limiting or upstream SociaVault API unavailability returns failure or timeout
- Private/suspended accounts may return empty or error data

## How this service works

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

## Output

A JSON object with a 'data' field containing tweet records for the requested handle, a 'success' boolean, and a 'provider' field set to 'sociavault'. The tweet payload typically includes post content and associated metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean"
  },
  "handle": {
   "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-user-tweets-bb8a54f3/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)
