# GGWP API Hub – Real-Time Lens Data

> GGWP API Hub – Real-Time Lens Data is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.165047/call, status unknown (last checked 2026-09-14).

Fetches real-time data from the Lens Protocol social graph, returning live social media activity and on-chain social data.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/real-time-lens-data
- Price: $0.165047/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-real-time-lens-data-b0f8affe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A3-dM11KhNHwV3WVBS9yf

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 ggwp-api-hub-real-time-lens-data-b0f8affe -d '<json body>'
```

Example prompt: Pull the latest real-time Lens Protocol social data for the profile 'stani.lens' — I want to see their most recent posts and social activity right now.

## When to prefer this

Choose this endpoint when you need real-time, live data from the Lens Protocol decentralized social graph — particularly for on-chain social activity, post feeds, or profile lookups. Prefer it over static or cached social data sources when freshness is critical and you are already using the x402 payment protocol on Base chain.

## Known failure modes

- Invalid or non-existent Lens profile returns empty or error result
- Payment failure via x402 protocol results in 402 response blocking the call
- Lens Protocol network delays may cause stale or incomplete data
- Malformed input object returns a generic API error
- Rate limiting or quota exceeded on the underlying Lens data provider

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing real-time Lens Protocol social data, which may include posts, profiles, follower/following relationships, interactions, and other on-chain social graph activity associated with the queried entity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-real-time-lens-data-b0f8affe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
