# GEDX402 Social – YouTube Shorts Trending

> GEDX402 Social – YouTube Shorts Trending 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 trending YouTube Shorts data via the SociaVault proxy with a single x402 micropayment per call.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/youtube/shorts/trending
- 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-shorts-trending-3a7268dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pNqmyH6ctfa80woESMgNI

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-shorts-trending-3a7268dd
```

Example prompt: What YouTube Shorts are trending right now? Pull the current trending Shorts data from SociaVault so I can see what's going viral.

## When to prefer this

Use this endpoint when you need real-time trending YouTube Shorts data with a simple per-call micropayment model and no subscription required; ideal for agents that need on-demand social trend discovery without managing API keys.

## Known failure modes

- Invalid or missing URL/handle returns empty data object with success:false
- Payment not processed results in 402 Payment Required response
- Rate limiting or upstream YouTube API unavailability returns error
- Malformed request parameters may result in a failed response

## How this service works

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

## Output

A JSON payload with a 'data' object containing trending YouTube Shorts metadata, and a 'success' boolean flag along with a 'provider' field indicating 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "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-youtube-shorts-trending-3a7268dd/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)
