Addresses flagged with bad debt
API · /umee-api
Umee Cross-Chain Lending On-Chain API
Live on-chain data from Umee (umee-1), the Cosmos-SDK layer-1 running the x/leverage cross-chain money market. Read every registered lending market with its oracle price, supply and borrow APY, supplied/borrowed/liquidity and uToken exchange rate; the full summary of a single market by denom; the leverage module risk parameters (liquidation thresholds and fees); the addresses currently flagged with bad debt; plus the staking pool with bonded ratio and validator set, the total UMEE supply and the latest block. The Umee / cross-chain-lending / money-market layer for DeFi dashboards, risk tools and yield trackers.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 187 ms
- Server probes · 24h
- Subscribers
- 4,977
- active
- Total calls
- 108
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 2,800 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 2,800 calls/month
- 2 req/sec
- All endpoints
- No credit card
Basic
€14.90 /month
- 64,000 calls / month
- 5 requests / second
- Hard cap (429 above quota, no overage)
- 64k calls/month
- 5 req/sec
- Email support
Pro
€42.70 /month
- 250,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 250k calls/month
- 15 req/sec
- Priority support
Business
€91.70 /month
- 940,000 calls / month
- 40 requests / second
- Hard cap (429 above quota, no overage)
- 940k calls/month
- 40 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Spark Protocol API
Live protocol metrics for Spark (the Sky / former MakerDAO ecosystem capital-allocation protocol), keyless. Both Spark products: SparkLend, the lending money-market with per-asset supply APY and TVL, and Spark Savings, the sUSDS / USDS / USDC / USDT savings products passing through the Sky Savings Rate — a savings-yield dimension other lending APIs do not have. Plus total value locked and per-chain TVL. One combined overview endpoint snapshots it all. Live, nothing stored. The Spark-metrics layer for DeFi dashboards, lending, savings, stablecoin and yield apps — distinct from pure lending protocols, this is Spark lending-plus-savings model specifically.
api.oanor.com/spark-api
Fluid Protocol API
Live protocol metrics for Fluid (by Instadapp), the hybrid DeFi protocol that combines a lending money-market AND a DEX in one capital-efficient system (smart collateral / smart debt), keyless. Get the total value locked, the DEX trading volume, protocol fees, and the positions across all three Fluid products — the DEX, the lending markets and Fluid Lite (vaults) — each with TVL and supply APY. One combined overview endpoint snapshots it all. Live, nothing stored. The Fluid-metrics layer for DeFi dashboards, lending, DEX, yield and risk apps — distinct from pure DEX, pure lending and generic TVL browsers, this is Fluid hybrid lending-plus-DEX model specifically.
api.oanor.com/fluid-api
Compound Protocol API
Live protocol metrics for Compound Finance, one of the original decentralized lending protocols, keyless. Get the total value locked across every chain Compound is deployed on, the per-asset markets across Compound v2 and v3 (Comet) with supply APY and TVL — including the v3 distinction where collateral assets back a single borrowable base asset and do not earn yield (earns_yield) — and protocol fees. One combined overview endpoint snapshots it all. Live, nothing stored. The Compound-metrics layer for DeFi dashboards, lending, yield and risk apps — distinct from other lending protocols, this is Compound own markets, v2 + v3, multi-chain.
api.oanor.com/compound-api
Aave Protocol API
Live protocol metrics for Aave, the largest decentralized lending protocol, keyless. Get the total value locked across every chain Aave is deployed on, the per-asset lending markets with their supply APY (base + rewards), 30-day average and TVL across Aave v3 / v4, and protocol fees. One combined overview endpoint snapshots it all. Live, nothing stored. The Aave-metrics layer for DeFi dashboards, yield, lending and risk apps — distinct from DEX and generic DeFi/TVL browsers, this is Aave lending markets specifically, multi-chain.
api.oanor.com/aave-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Umee Cross-Chain Lending On-Chain API?
What's the rate limit for Umee Cross-Chain Lending On-Chain API?
How much does Umee Cross-Chain Lending On-Chain API cost?
Can I cancel my subscription anytime?
Is Umee Cross-Chain Lending On-Chain API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/umee-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/umee-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/umee-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/umee-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.