Borrower health-factor lookup by EVM address. Returns current health factor, col...
https://liquita-x402-edge.liquita.workers.dev/v1/health/:addressOverview
Borrower health-factor lookup by EVM address. Returns current health factor, collateral, debt, and protocol across all monitored lending markets.
Protocol
x402
Price
$0.0010
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
liquita-x402-edge
Source
bazaar
Indexed
2026-05-26 11:23:53
Health
Status
healthy
Latency (p50)
400ms
Uptime (30d)
100.0%
Reliability Score
87/100
Last Checked
2026-05-26 19:36:49
Last Healthy
2026-05-26 19:36:49
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"pathParams": {
"address": "EVM wallet address (0x-prefixed, 40 hex characters)"
},
"queryParams": {},
"type": "http"
}
Output Schema
{
"example": {
"address": "0xabc...123",
"positions": [
{
"chain": "base",
"collateral_usd": 12500,
"debt_usd": 11500,
"health_factor": 1.05,
"protocol": "aave_v3"
}
]
},
"properties": {
"address": {
"type": "string"
},
"positions": {
"items": {
"properties": {
"chain": {
"type": "string"
},
"collateral_usd": {
"type": "number"
},
"debt_usd": {
"type": "number"
},
"health_factor": {
"type": "number"
},
"protocol": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-05-26 19:36:49 | healthy | 402 | 400ms |