Morpho Borrower Position Snapshot & Stress Tester (Base) is a paid API for AI agents from agents.samedaydesk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Returns a deterministic snapshot of a Morpho Protocol borrower's position on Base mainnet — including LTV, LLTV, health factor, liquidation headroom, and collateral-price stress scenario outcomes.
Base address -> deterministic Morpho borrower position snapshot and collateral-price stress scenarios. Returns LTV, LLTV, health factor, liquidation headroom, source freshness, and scenario outcomes. Read-only indexed observation; direct RPC verification is required before execution.
A structured JSON snapshot containing the borrower's current LTV, LLTV, health factor, liquidation headroom, data source freshness timestamp, and — if price shocks were requested — a set of scenario outcomes showing position viability at each specified collateral price decline. All data is read-only and indexed; direct RPC verification is recommended before taking any on-chain action.
GEThttps://agents.samedaydesk.com/defi/morpho-positionChoose this endpoint when you need a quick, structured, agent-ready risk snapshot of a specific Morpho Protocol borrower position on Base mainnet — especially when you want collateral price stress scenarios computed in a single call without writing RPC queries. It is ideal for pre-trade risk checks, liquidation monitoring, and portfolio health audits. Prefer it over raw RPC calls when you need formatted output with health metrics and scenario outcomes; always verify with direct RPC before executing any on-chain transaction.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"ok": true,
"chain": {
"id": 8453,
"name": "Base mainnet"
},
"source": {
"indexed": "Morpho API",
"directRpc": "required before execution"
},
"address": "0x4352Cc849b33a936Ad93bB109aFDec1c89653b4f",
"boundary": "Read-only indexed observation; verify against direct RPC before execution.",
"positions": [
{
"risk": {
"healthFactor": 1.194,
"currentLtvPct": 72,
"liquidationLtvPct": 86,
"liquidatableAtIndexedState": false
},
"marketId": "0x...",
"scenarios": [
{
"healthFactor": 1.075,
"liquidatable": false,
"collateralPriceShockPct": -10
}
]
}
],
"positionCount": 1
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"