// score.json
Overall score: 0.95
Success Rate 100%
Latency 93%
Price 85%
Stability 100%
// payment.json
price: $0.0150
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 100.0%
p95_latency 133ms
last_verified 3h ago
// success_rate_30d
// No history data
// avg_latency_30d
// No history data
// contract.json
No contract info available
// request.json
{
"wallet_address": "0x1234567890abcdef1234567890abcdef12345678",
"period": "30d"
}// response.json
{
"realized_pnl": 1500.5,
"unrealized_pnl": 250,
"total_pnl": 1750.5,
"top_gainers": [
{
"symbol": "ETH",
"pnl": 1200
}
],
"top_losers": []
}// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "defi.portfolio"}'