# GEDX402 Social – SociaVault Threads User Posts

> GEDX402 Social – SociaVault Threads User Posts 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 posts from a Threads user by handle via the SociaVault social data proxy, paid per call with x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/threads/user-posts
- 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-threads-user-posts-37d82749
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0T37_2gKLabHS2OhBK3ba

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-threads-user-posts-37d82749
```

Example prompt: Pull all the recent Threads posts from the user @zuck using SociaVault — trim the whitespace from the results.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve Threads user posts via a pay-per-call x402 micropayment model, especially when you want no subscription overhead and just need posts for a specific handle on demand.

## Known failure modes

- Invalid or nonexistent Threads handle returns empty data or error payload
- Payment failure via x402 results in 402 response blocking data delivery
- Rate limiting or upstream SociaVault unavailability causes timeout or 503
- Malformed handle input may result in API error or empty response
- Private or suspended Threads accounts may return no posts

## How this service works

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

## Output

A JSON object containing a data field with the user's Threads posts, a success boolean, and a provider field set to 'sociavault'.

## 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-threads-user-posts-37d82749/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)
