# GEDX402 Social – SociaVault Twitch Profile Lookup

> GEDX402 Social – SociaVault Twitch Profile Lookup 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 a Twitch user's profile data by handle via the SociaVault social data proxy, billed per call via x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitch/profile
- 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-twitch-profile-lookup-78d2e067
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NMyKW1uW-usPVpCg4ojD1

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-twitch-profile-lookup-78d2e067
```

Example prompt: Pull the SociaVault Twitch profile for the handle 'shroud' and show me their public profile details.

## When to prefer this

Use this endpoint when you need quick, pay-per-call access to a Twitch user's public profile data without managing Twitch API credentials directly. Best suited for one-off lookups or agent workflows where Twitch OAuth setup is impractical and a micropayment per outcome is acceptable.

## Known failure modes

- Handle not found on Twitch — empty or null data object returned with success:false
- Invalid or missing handle parameter — likely a 400 or error response
- x402 payment failure — endpoint returns 402 if payment is not completed before request
- Rate limiting or proxy timeout from upstream Twitch API — may return 5xx or empty data
- Private or banned Twitch account — profile data may be incomplete or unavailable

## How this service works

SociaVault API proxy — twitch-profile. 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 containing the Twitch user's public profile data (bio, follower counts, account details, etc.) returned under a `data` key, with a `success` boolean and `provider` field confirming SociaVault as the source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "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-twitch-profile-lookup-78d2e067/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)
