// score.json
Overall score: 0.97
Success Rate 100%
Latency 93%
Price 95%
Stability 100%
// payment.json
price: $0.0050
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 98.3%
p95_latency 140ms
last_verified 23h ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json
No contract info available
// request.json
{
"wallet_address": "0x1234567890abcdef1234567890abcdef12345678"
}// response.json
{
"staked_positions": [
{
"protocol": "Lido",
"token": "stETH",
"amount": "2.5",
"value_usd": 5000,
"apy": 3.5
}
],
"total_staked_usd": 5000
}// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "defi.portfolio"}'