$0.02
per call · USD Coin on Base
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.
Endpoint
GET https://agents.samedaydesk.com/defi/morpho-position4
Calls / 30d
2
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://agents.samedaydesk.com/defi/morpho-position", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://agents.samedaydesk.com/defi/morpho-position?address=0x4352Cc849b33a936Ad93bB109aFDec1c89653b4f&shocks=-10%2C-20%2C-30" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address": "0x4352Cc849b33a936Ad93bB109aFDec1c89653b4f",
"boundary": "Read-only indexed observation; verify against direct RPC before execution.",
"chain": {
"id": 8453,
"name": "Base mainnet"
},
"ok": true,
"positionCount": 1,
"positions": [
{
"marketId": "0x...",
"risk": {
"currentLtvPct": 72,
"healthFactor": 1.194,
"liquidatableAtIndexedState": false,
"liquidationLtvPct": 86
},
"scenarios": [
{
"collateralPriceShockPct": -10,
"healthFactor": 1.075,
"liquidatable": false
}
]
}
],
"source": {
"directRpc": "required before execution",
"indexed": "Morpho API"
}
}Payment details
0x8904df3de6dfee6a7c8cc38619d2f17806213ceeUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of DeFi and the homepage with a featured placement.
More from SameDayDesk & similar services
SameDayDesk · Extract
agents.samedaydesk.com
Extract a public HTTP(S) web page into structured JSON with a clean text excerpt for LLM workflows: title, description, JSON-LD, Open Graph/Twitter metadata, headings, links, and AI-readiness signals. Fetches without JavaScript rendering, follows redirects, and applies a 12-second timeout and 3 MB read cap; use /read for longer cleaned Markdown.
SameDayDesk · Extract Batch
agents.samedaydesk.com
Batch extract one to five public HTTPS URLs into bounded structured fields. One flat 0.01 USDC (10000 atomic Base USDC) quote buys a bounded attempt with hard request, byte, and wall-time ceilings. Charge is for the attempt, not a guarantee that every URL succeeds.
SameDayDesk · Wallet Enrich
x402-url-extractor-production.up.railway.app
Base address -> agent-ready on-chain profile: EOA or contract, ETH and major-token holdings, token or NFT metadata, EIP-1967 proxy detection, activity, and a derived profile label. Uses public Base mainnet RPC with no account or API key. Useful before an agent sends funds, swaps, or calls a contract.