# GEDX402 Social – TikTok Following List

> GEDX402 Social – TikTok Following List 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).

Retrieves the list of accounts that a given TikTok user is following via the SociaVault data proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/following
- 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-tiktok-following-list-de6941c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U-0pqTtVRffUm8LPSDtv0

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-following-list-de6941c1
```

Example prompt: Using SociaVault, pull the following list for the TikTok account @charlidamelio — trim the results and only include entries from the last 30 days.

## When to prefer this

Use this endpoint when you need the following list of a specific TikTok user and are willing to pay per-call via x402 micropayment. Prefer this over scraping when you need structured JSON output and reliable delivery via a paid API proxy.

## Known failure modes

- Invalid or non-existent TikTok handle returns empty data or error payload
- Rate limiting or payment failure results in 402 response
- Private or restricted TikTok accounts may return no following data
- min_time value out of range may return empty result set
- Network or proxy timeout from SociaVault upstream

## How this service works

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

## Output

A JSON object with a 'data' field containing the list of TikTok accounts the specified user follows, a 'success' boolean, and a 'provider' field set to 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean"
  },
  "handle": {
   "type": "string"
  },
  "min_time": {
   "type": "integer"
  }
 }
}
```

## 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-following-list-de6941c1/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)
