A

Averonix · Aave Health

by Averonix

GETBase Sepolia

$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/health

3

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0xe1c8434a6c1be78c748db503295380e2fcb87adc
AssetUSDC · 0x036cbd53842c5426634e7929541ec2318f3dcf7e
NetworksBase Sepolia
Schemesexact

Is this your API?

Pin it to the top of DeFi and the homepage with a featured placement.

Get featured →

More from Averonix & similar services