> Neynar / Farcaster feed

GET https://api.neynar.com/v2/farcaster/feed/trending
Neynar listed
// score.json
Overall score: 0.99
Success Rate 100%
Latency 96%
Price 98%
Stability 100%
// payment.json
price: $0.0020
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 100.0%
p95_latency 83ms
last_verified 17h ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json

No contract info available

// request.json
{
  "limit": 25,
  "time_window": "24h"
}
// response.json
{
  "casts": [
    {
      "hash": "0x...",
      "text": "Trending post",
      "author": {
        "username": "dwr"
      },
      "reactions": {
        "likes": 5000
      }
    }
  ],
  "next": {
    "cursor": "xyz789"
  }
}
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "social.farcaster.feed"}'