# GEDX402 Social – YouTube Channel Live Streams

> GEDX402 Social – YouTube Channel Live Streams 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 a list of live streams for a YouTube channel by handle or channel ID via SociaVault, using x402 micropayment per call.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/youtube/channel/lives
- 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/gedx402-social-youtube-channel-live-streams-4ca754a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_af6mdMsr8D40n_hcn4KdQ

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-youtube-channel-live-streams-4ca754a3
```

Example prompt: Can you pull the list of live streams for the YouTube channel with handle @mkbhd using SociaVault?

## When to prefer this

Use this endpoint when you need to retrieve live stream listings for a specific YouTube channel and are willing to pay a per-call micropayment via x402. Best suited for agents that need programmatic access to YouTube live broadcast data without managing YouTube API credentials directly.

## Known failure modes

- Invalid or missing handle and channelId returns empty data or error
- Unknown channel ID results in empty data response
- Rate limit or payment failure returns 402 or 429 status
- Expired or invalid continuationToken causes pagination failure
- Channel with no live streams returns empty data array

## How this service works

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

## Output

Returns a JSON object with a 'data' field containing live stream entries for the specified YouTube channel, a 'success' boolean, and 'provider' set to 'sociavault'. May include a continuation token for pagination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string"
  },
  "channelId": {
   "type": "string"
  },
  "continuationToken": {
   "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-youtube-channel-live-streams-4ca754a3/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)
