# GEDX402 Social – TikTok Trending

> GEDX402 Social – TikTok 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 TikTok trending content data for a given region via the SociaVault proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/trending
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-tiktok-trending-0402b5a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MWmKJG2hCk2zH_opqiY3O

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-tiktok-trending-0402b5a1
```

Example prompt: What's trending on TikTok in the US right now? Use SociaVault to pull the current trending list with trimmed results.

## When to prefer this

Use this endpoint when you need real-time or near-real-time TikTok trending data for a specific geographic region and want a single-call, pay-per-use model via x402 micropayments rather than managing a TikTok API credential or scraper infrastructure.

## Known failure modes

- Payment not received — x402 payment required before data is returned
- Invalid region code — unsupported or malformed region string returns empty or error response
- TikTok data unavailable — upstream SociaVault proxy failure or rate limit returns partial or null data
- Malformed request — missing or incorrect parameter types returns a 400-level error

## How this service works

SociaVault API proxy — tiktok-trending. 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 TikTok trending posts or video metadata for the requested region, a success boolean, and a provider field confirming 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean"
  },
  "region": {
   "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-tiktok-trending-0402b5a1/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)
