T

The Undesirables Oracle · Loan Terms

by The Undesirables Oracle

GETBaseSolanaFraxtal

$0.1

per call · USD Coin on Base

Calibrated per-card lending terms: max LTV sized so a 99pc tail move over the term keeps collateral above liquidation, plus liquidation price and liquidity tier (census depth, trading continuity). Honest value basis; refuses unrateable collateral. Inputs trace to on-chain committed data. Not financial advice.

Endpoint

GET https://oracle.the-undesirables.com/api/v1/loan-terms

1

Calls / 30d

1

Unique payers / 30d

Sep 1

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://oracle.the-undesirables.com/api/v1/loan-terms", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://oracle.the-undesirables.com/api/v1/loan-terms?product_id=618895&term_days=30" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "collateral_value_usd": 31491.25,
  "liquidation_price_usd": 16178,
  "liquidity_tier": "deep",
  "max_loan_usd": 14486,
  "max_ltv": 0.46,
  "status": "ok",
  "tool": "loan_terms",
  "value_basis": "sales-derived"
}

Payment details

Pay to0x642e8a7c289381f24f0395e0539f0ba41c74cc1b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Fraxtal
Schemesexact

Is this your API?

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

Get featured →

More from The Undesirables Oracle & similar services