# GEDX402 Social – YouTube Video Comment Replies

> GEDX402 Social – YouTube Video Comment Replies 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 paginated reply threads for comments on a specific YouTube video via the SociaVault proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/youtube/video/comment-replies
- 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-youtube-video-comment-replies-7bd6a29d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5vxc5AB1OUANm1kMMEQF7

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-video-comment-replies-7bd6a29d
```

Example prompt: Using SociaVault, fetch the next page of comment replies for a YouTube video — use the continuation token 'EqYBEiYSC...' to load the next batch of replies.

## When to prefer this

Use this endpoint when you need to retrieve reply threads nested under YouTube video comments, especially for paginated access to large comment sections. Prefer this over direct YouTube API access when you want a pay-per-use model without managing YouTube API quotas or OAuth credentials.

## Known failure modes

- Invalid or expired continuationToken returns empty or error response
- Video comments disabled returns no data
- Rate limit exceeded or payment failure returns 402 or error
- Video not found or private returns failure response
- Malformed token causes bad request error

## 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 with a `data` field containing reply threads for the YouTube video comment, a `success` boolean, and the `provider` name ('sociavault'). Supports pagination via continuationToken for fetching additional pages of replies.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "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-video-comment-replies-7bd6a29d/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)
