// score.json
Overall score: 0.54
Success Rate 0%
Latency 97%
Price 98%
Stability 100%
// payment.json
price: $0.0020
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d N/A
success_30d N/A
p95_latency 70ms
last_verified 98d ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json
No contract info available
// request.json
{
"fid": 5650,
"limit": 25
}// response.json
{
"casts": [
{
"hash": "0x...",
"text": "Latest post",
"author": {
"username": "vitalik"
},
"timestamp": "2024-01-15T10:00:00Z"
}
],
"next": {
"cursor": "abc123"
}
}// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "social.farcaster.feed"}'