# GEDX402 Social – SociaVault Social Data Proxy

> GEDX402 Social – SociaVault Social Data Proxy is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Proxies social platform data requests (profiles, posts, transcripts) through SociaVault with a single x402 micropayment per outcome

## Facts

- Endpoint: GET https://social.gedx402.com/v1/social/proxy
- Price: $0.15/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-social-data-proxy-97e3b9f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D-wP6NpSXJHknRnk-Myhe

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-social-data-proxy-97e3b9f3
```

Example prompt: Pull the public profile and recent posts for this social account using SociaVault — I need the transcript and post data, keep the response under 500 tokens.

## When to prefer this

Use this endpoint when you need to retrieve social media profile data, posts, or transcripts via a simple API proxy and are willing to pay $0.15 USDC per outcome via x402. Best suited for agents that need on-demand, single-call social data ingestion without managing a direct social platform API integration.

## Known failure modes

- Payment not received — 402 response if x402 payment fails or is malformed
- Invalid messages array — 400 if input schema is not a valid array of message objects
- max_tokens too large — may truncate or error if exceeding model limits
- Upstream social platform unavailable — proxy may return 502 or empty response
- Rate limiting — repeated calls may be throttled by SociaVault backend

## How this service works

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

## Output

Returns a JSON object from SociaVault containing the requested social data — profile details, post content, or transcript — along with model metadata indicating the SociaVault backend was used.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "body": {
   "type": "object",
   "additionalProperties": true
  },
  "path": {
   "type": "string"
  },
  "query": {
   "type": "object",
   "additionalProperties": true
  },
  "method": {
   "enum": [
    "GET",
    "POST",
    "PUT",
    "DELETE"
   ],
   "type": "string"
  },
  "expected_credits": {
   "type": "number"
  }
 }
}
```

## 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-social-data-proxy-97e3b9f3/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)
