> Elsa / DeFi portfolio data

POST https://x402-api.heyelsa.ai/api/get_transaction_history
Elsa listed
// score.json
Overall score: 0.98
Success Rate 100%
Latency 93%
Price 97%
Stability 100%
// payment.json
price: $0.0030
type: x402
network: base
model: per_request
assets: USDC
// metrics.json
success_7d 100.0%
success_30d 98.3%
p95_latency 142ms
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",
  "limit": 20
}
// response.json
{
  "transactions": [
    {
      "hash": "0xabc...",
      "type": "swap",
      "from_token": "ETH",
      "to_token": "USDC",
      "amount": "1.0",
      "timestamp": "2024-01-15T10:30:00Z",
      "status": "confirmed"
    }
  ],
  "total_count": 150
}
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "defi.portfolio"}'