// score.json
Overall score: 0.93
Success Rate 90%
Latency 90%
Price 98%
Stability 100%
// payment.json
price: $0.0020
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 100.0%
p95_latency 205ms
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",
"chain_id": 8453
}// response.json
{
"orders": [
{
"order_id": "order_abc123",
"from_token": "USDC",
"to_token": "ETH",
"amount": "1000",
"limit_price": "0.0005",
"status": "open",
"created_at": "2024-01-15T10:00:00Z"
}
]
}// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "defi.portfolio"}'