// score.json
Overall score: 0.88
Success Rate 90%
Latency 78%
Price 90%
Stability 100%
// payment.json
price: $0.0100
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 100.0%
p95_latency 434ms
last_verified 2d 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
{
"tokens": [
{
"symbol": "USDC",
"balance": "1000",
"value_usd": 1000
}
],
"defi_positions": [
{
"protocol": "Aave",
"type": "lending",
"value_usd": 500
}
],
"nfts": [],
"total_value_usd": 1500
}// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "defi.portfolio"}'