$0.02
per call · USDC on Base Sepolia
Get Aave V3 health factor and position risk analysis for an Ethereum address
Endpoint
GET https://defirisk.averonix.cloud/v1/aave/health3
Calls / 30d
1
Unique payers / 30d
Sep 6
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://defirisk.averonix.cloud/v1/aave/health", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://defirisk.averonix.cloud/v1/aave/health?address=0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb3" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb3",
"availableBorrowsUSD": "5000.50",
"healthFactor": "1.42",
"liquidationThreshold": "0.85",
"ltv": "0.80",
"network": "ethereum",
"protocol": "Aave V3",
"risk": "HIGH",
"timestamp": 1725456000,
"totalCollateralUSD": "15000.50",
"totalDebtUSD": "10000.00"
}Payment details
0xe1c8434a6c1be78c748db503295380e2fcb87adcUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7eIs this your API?
Pin it to the top of DeFi and the homepage with a featured placement.
More from Averonix & similar services
3Route · V6 1 Quote
3route.agents.bakingbad.dev
Price a swap without building a transaction. Returns expected input, output, and gas without constructing an executable transaction. Quotes are informational and can change with liquidity and chain state.
svm402-service · Analyze
svm402.com
Full analysis of a Solana token given its mint address — current price, liquidity, safety risk score, honeypot check, and top-holder concentration. Call this when you need a complete due-diligence report on one token. — $0.03 USDC
Otto AI · Pools Trending
x402.ottoai.services
Trending DEX pools right now — Base, Ethereum, Solana, Polygon, BSC, Arbitrum, Optimism, Avalanche, or network=all for cross-chain across those same 8. Top 10 hottest pools ranked by GeckoTerminal 24h trending: pool address, DEX, price USD, 24h price change, 24h volume, liquidity (TVL), FDV, 24h txns as flat JSON numbers. Trending pools, hot pools, top movers, momentum screener, what is pumping. $0.001 per call.