# SociaVault Twitch User Schedule

> SociaVault Twitch User Schedule 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 the streaming schedule for a given Twitch user handle via the SociaVault social data proxy, paid per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitch/user/schedule
- 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/sociavault-twitch-user-schedule-90c599d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OS3wiqqBYnjYTK4rtPBgN

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 sociavault-twitch-user-schedule-90c599d2
```

Example prompt: Can you pull the streaming schedule for the Twitch channel 'shroud' using SociaVault?

## When to prefer this

Use this endpoint when you need to programmatically retrieve a Twitch streamer's upcoming schedule and prefer a pay-per-call model via x402 micropayments rather than managing Twitch API credentials directly. It is well-suited for agents that need social data without OAuth token management overhead.

## Known failure modes

- Invalid or non-existent Twitch handle returns empty data or error
- Payment failure via x402 returns 402 status without data
- Rate limiting or upstream Twitch API unavailability returns error
- Malformed handle input causes bad request response
- Private or suspended Twitch account may return no schedule data

## How this service works

SociaVault API proxy — twitch-user-schedule. 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 streaming schedule data, along with a success flag and provider attribution from SociaVault. The data field contains schedule details such as upcoming stream dates, times, and titles.

## 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/sociavault-twitch-user-schedule-90c599d2/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)
