# LensCrypt Farcaster Crypto Social Signals

> LensCrypt Farcaster Crypto Social Signals is a paid API for AI agents from lenscrypt.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches crypto-related social signals and trending content from the Farcaster decentralized social network

## Facts

- Endpoint: GET https://lenscrypt.vercel.app/api/social/farcaster/crypto
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-farcaster-crypto-social-signals-2c8d079c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fdoQMoNCWnkpE7b9lM2WA

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 lenscrypt-farcaster-crypto-social-signals-2c8d079c
```

Example prompt: Pull the latest crypto social signals from Farcaster so I can see which tokens and projects are trending in the community right now.

## When to prefer this

Use this endpoint when you need crypto-specific social signals from Farcaster — the Web3-native social network — particularly when monitoring community sentiment, token hype cycles, or tracking what crypto builders and degens are discussing. Prefer over Twitter/X social endpoints when targeting the Web3-native audience specifically.

## Known failure modes

- Invalid or missing query parameters returns error
- Farcaster API upstream downtime causes 503 response
- Rate limiting or payment failure returns 402 requiring USDC payment
- Empty result set if no recent crypto activity found
- Malformed response schema if upstream data changes

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

Returns a JSON response with Farcaster social data related to crypto, potentially including trending posts, token mentions, community sentiment, and social activity signals from the Farcaster decentralized social network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-farcaster-crypto-social-signals-2c8d079c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lenscrypt.vercel.app](https://www.zero.xyz/host/lenscrypt.vercel.app/llms.txt)
