# GEDX402 Social – Reddit Subreddit Details

> GEDX402 Social – Reddit Subreddit Details 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 detailed metadata and information about a specific Reddit subreddit via the SociaVault social data proxy, paid per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/reddit/subreddit/details
- 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-reddit-subreddit-details-a42eb20f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_USdOswfWLGIPCVFY7GtKL

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-reddit-subreddit-details-a42eb20f
```

Example prompt: Pull the subreddit details for r/MachineLearning from SociaVault — I want the community description, subscriber count, and any other metadata available.

## When to prefer this

Use this endpoint when you need structured metadata about a specific Reddit subreddit via a pay-per-call model without managing Reddit API credentials yourself. Prefer it over direct Reddit API calls when you want frictionless micropayment-based access through the SociaVault proxy.

## Known failure modes

- Subreddit not found or does not exist — empty data object returned
- Invalid subreddit name or URL format — request rejected
- Payment authorization failure via x402 — 402 response before data is returned
- Reddit API rate limiting or unavailability on SociaVault backend — error response
- Missing required subreddit parameter — malformed request error

## How this service works

SociaVault API proxy — reddit-subreddit-details. 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 detailed metadata about the requested Reddit subreddit, including community info, stats, and other available profile data, alongside a success flag and provider identifier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "subreddit": {
   "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-reddit-subreddit-details-a42eb20f/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)
