> Neynar / Farcaster cast retrieval

GET https://api.neynar.com/v2/farcaster/casts
Neynar listed
// score.json
Overall score: 0.97
Success Rate 100%
Latency 88%
Price 99%
Stability 100%
// payment.json
price: $0.0010
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 100.0%
p95_latency 246ms
last_verified 17h ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json

No contract info available

// request.json
{
  "casts": "0x...hash1,0x...hash2"
}
// response.json
{
  "result": {
    "casts": [
      {
        "hash": "0x...",
        "text": "Hello Farcaster!",
        "author": {
          "fid": 5650,
          "username": "vitalik"
        },
        "timestamp": "2024-01-15T10:00:00Z",
        "reactions": {
          "likes": 150,
          "recasts": 30
        }
      }
    ]
  }
}
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "social.farcaster.cast"}'