# SociaVault TikTok Live Data

> SociaVault TikTok Live Data 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-16).

Fetches live TikTok data for a given handle via the SociaVault social data proxy, paid per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/live
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-tiktok-live-data-93e96e31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tmmIa-E6GMyt1RcwdzEYH

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 sociavault-tiktok-live-data-93e96e31
```

Example prompt: Can you pull the current TikTok live data for the handle @charlidamelio using SociaVault?

## When to prefer this

Use this endpoint when you need live TikTok data (live stream status, real-time profile info) for a specific TikTok handle and are operating in an x402 micropayment environment. Prefer this over scraping or TikTok's official API when you want a simple per-call paid proxy with no OAuth setup.

## Known failure modes

- Handle not found or invalid — data field may be empty or null
- TikTok account is not currently live — data field returns empty live info
- Payment not processed correctly — 402 response requiring x402 payment
- Rate limiting or proxy errors from upstream TikTok data source
- Malformed handle input causes API error

## How this service works

SociaVault API proxy — tiktok-live. 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 with a 'data' field containing TikTok live information for the requested handle, a 'success' boolean, and a 'provider' field set to 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "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/sociavault-tiktok-live-data-93e96e31/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)
