# Rosetta Docs ## Docs - [Rosetta](https://docs.rosetta.sh/01-overview.md): Multi-chain yield infrastructure - [Overview](https://docs.rosetta.sh/02-yield-router.md) - [Architecture](https://docs.rosetta.sh/03-yield-router-architecture.md) - [Indexer: Block-Level Accrual](https://docs.rosetta.sh/04-block-by-block-accrual-how-live-apy-is-produced.md) - [Smart Allocation Logic](https://docs.rosetta.sh/04-smart-allocation-logic.md) - [Vaults](https://docs.rosetta.sh/05-1-vaults.md) - [Lending Markets](https://docs.rosetta.sh/05-2-markets.md) - [Interest Rate Models & APY](https://docs.rosetta.sh/05-3-apy-freshness-blockbyblock.md) - [Deposits and Withdrawals](https://docs.rosetta.sh/05-deposits-withdrawals.md) - [Using Rosetta](https://docs.rosetta.sh/06-using-rosetta.md) - [Glossary](https://docs.rosetta.sh/07-glossary.md): Glossary - [Analytics Tools](https://docs.rosetta.sh/circular/analytics.md): Trend analysis, market comparison, yield ranking, and position simulation - [Check Risk](https://docs.rosetta.sh/circular/api/agent/check-risk.md): Evaluate the risk of a proposed DeFi action (deposit, borrow, withdraw) against configurable risk policies. Returns ALLOW, DENY, or WARN with reasons and alternatives. - [Policy Defaults](https://docs.rosetta.sh/circular/api/agent/policy-defaults.md): Get the default risk policy configuration used when no custom policy is provided. - [Alert Conditions](https://docs.rosetta.sh/circular/api/analytics/alerts.md): Get current alert conditions across markets and positions. - [Chain Comparison](https://docs.rosetta.sh/circular/api/analytics/chains-compare.md): Compare DeFi metrics across supported chains. - [Simulate Position](https://docs.rosetta.sh/circular/api/analytics/simulate-position.md): Simulate a position under different market conditions. - [Strategy Breakdown](https://docs.rosetta.sh/circular/api/analytics/strategies.md): Breakdown of market strategies (LST delta, recursive, stablecoin, etc.) with TVL and count. - [Analyze Strategy](https://docs.rosetta.sh/circular/api/analytics/strategy.md): Detailed analysis of a specific strategy type (e.g. lst-delta, recursive, stablecoin). - [Top Wallets](https://docs.rosetta.sh/circular/api/analytics/top-wallets.md): List top wallets by various metrics (TVL, positions, activity). - [Historical Trends](https://docs.rosetta.sh/circular/api/analytics/trends.md): Historical trends for TVL, supply, borrow, and utilization over time. - [Whale Activity](https://docs.rosetta.sh/circular/api/analytics/whales.md): Monitor large position changes and whale wallet activity. - [Yield Opportunities](https://docs.rosetta.sh/circular/api/analytics/yields.md): Find the best yield opportunities across markets and vaults, sorted by total APY. - [Authentication](https://docs.rosetta.sh/circular/api/authentication.md): API key and JWT authentication for the Circular API - [Caching](https://docs.rosetta.sh/circular/api/caching.md): Cache-Control headers, CDN behavior, and data freshness - [Quota Dashboard](https://docs.rosetta.sh/circular/api/client/dashboard.md): Get current quota usage and limits for the authenticated client. - [Create API Key](https://docs.rosetta.sh/circular/api/client/keys-create.md): Generate a new API key. The raw key is returned once and cannot be retrieved again. - [List API Keys](https://docs.rosetta.sh/circular/api/client/keys-list.md): List all API keys for the authenticated client. - [Revoke API Key](https://docs.rosetta.sh/circular/api/client/keys-revoke.md): Revoke an API key. This action is irreversible. - [My Profile](https://docs.rosetta.sh/circular/api/client/profile.md): Get the authenticated client's profile information. - [Usage History](https://docs.rosetta.sh/circular/api/client/usage.md): Get request usage history for the authenticated client (most recent 200 records). - [Error Handling](https://docs.rosetta.sh/circular/api/errors.md): Error codes, response shapes, and troubleshooting guide - [Health Check](https://docs.rosetta.sh/circular/api/health.md): Check API health status. Does not require authentication. - [Liquidation Feed](https://docs.rosetta.sh/circular/api/liquidations/feed.md): Fetch recent liquidation events across all markets. - [User Liquidations](https://docs.rosetta.sh/circular/api/liquidations/user.md): Fetch liquidation history for a specific wallet address. - [Compare Markets](https://docs.rosetta.sh/circular/api/markets/compare.md): Compare multiple markets with detailed metrics for side-by-side analysis. - [Get Market](https://docs.rosetta.sh/circular/api/markets/get.md): Fetch detailed information for a specific lending market including oracle data, strategy info, and risk metrics. - [Market History](https://docs.rosetta.sh/circular/api/markets/history.md): Fetch historical data for a market including TVL, APY, and utilization over time. - [List Markets](https://docs.rosetta.sh/circular/api/markets/list.md): Fetch a summary of lending markets with TVL, APY, utilization, strategy classification, and oracle health. - [Market Positions](https://docs.rosetta.sh/circular/api/markets/positions.md): List all positions in a specific lending market. - [Search Markets](https://docs.rosetta.sh/circular/api/markets/search.md): Search lending markets by keyword (asset name, symbol, or market label). - [Circular API](https://docs.rosetta.sh/circular/api/overview.md): REST API for DeFi risk intelligence — markets, vaults, positions, risk analysis, and credit ratings - [Portfolio Alerts](https://docs.rosetta.sh/circular/api/portfolios/alerts.md): Active alerts for a portfolio based on configured thresholds. - [Portfolio Liquidity](https://docs.rosetta.sh/circular/api/portfolios/liquidity.md): Liquidity analysis for a portfolio including available liquidity and withdrawal impact. - [List Portfolios](https://docs.rosetta.sh/circular/api/portfolios/list.md): List all tracked portfolios. - [Portfolio Overview](https://docs.rosetta.sh/circular/api/portfolios/overview.md): Get a comprehensive overview of a portfolio including positions, value, and performance. - [Portfolio Risk](https://docs.rosetta.sh/circular/api/portfolios/risk.md): Risk analysis for a portfolio including health factors, concentration, and liquidation exposure. - [Update Thresholds](https://docs.rosetta.sh/circular/api/portfolios/thresholds.md): Update the risk alert thresholds for a portfolio. - [Portfolio Yield](https://docs.rosetta.sh/circular/api/portfolios/yield.md): Yield breakdown for a portfolio including APY by position and total portfolio yield. - [All Positions](https://docs.rosetta.sh/circular/api/positions/all.md): List all tracked positions across all protocols and markets. - [Detect Loops](https://docs.rosetta.sh/circular/api/positions/loops.md): Detect recursive/leveraged loop positions for a wallet (same-asset supply and borrow in the same market). - [Scan Wallet](https://docs.rosetta.sh/circular/api/positions/scan.md): Scan a wallet address for all lending positions across supported protocols and chains. - [Wallet Vault Positions](https://docs.rosetta.sh/circular/api/positions/vault-positions.md): Get vault deposit positions for a wallet address. - [Rate Limits & Quotas](https://docs.rosetta.sh/circular/api/rate-limits.md): Tier-based rate limiting, daily/monthly quotas, and retry strategy - [All Ratings](https://docs.rosetta.sh/circular/api/ratings/list.md): List all market and vault ratings. - [Market Rating](https://docs.rosetta.sh/circular/api/ratings/market.md): Get the credit rating for a specific market with score breakdown. - [Rating Methodology](https://docs.rosetta.sh/circular/api/ratings/methodology.md): Detailed explanation of the credit rating methodology including scoring dimensions and grade definitions. - [Vault Rating](https://docs.rosetta.sh/circular/api/ratings/vault.md): Get the credit rating for a specific vault with score breakdown. - [Vaults by Rating](https://docs.rosetta.sh/circular/api/ratings/vaults.md): List all vaults sorted by their credit rating. - [Borrow Markets](https://docs.rosetta.sh/circular/api/research/borrow-markets.md): Find the best markets for borrowing based on rates, liquidity, and risk. - [Borrow Strategy](https://docs.rosetta.sh/circular/api/research/borrow-strategy.md): Analyze and recommend optimal borrowing strategies. - [Deployment Research](https://docs.rosetta.sh/circular/api/research/deploy.md): Analyze optimal deployment opportunities across markets and vaults. - [Market Research](https://docs.rosetta.sh/circular/api/research/market.md): Comprehensive research report for a specific market including risk analysis, competitive positioning, and recommendations. - [Risk Assessment](https://docs.rosetta.sh/circular/api/research/risk-assessment.md): Comprehensive risk assessment across the protocol ecosystem. - [Asset Concentration](https://docs.rosetta.sh/circular/api/risk/asset-concentration.md): Analyze asset concentration across the protocol including HHI, top holders, and diversification scores. - [Concentration Analysis](https://docs.rosetta.sh/circular/api/risk/concentration.md): Detailed concentration risk analysis with optional asset filter. - [Risk Dashboard](https://docs.rosetta.sh/circular/api/risk/dashboard.md): Comprehensive risk dashboard with protocol-wide risk metrics, concentration analysis, and alert summary. - [Depeg Simulation](https://docs.rosetta.sh/circular/api/risk/depeg-simulate.md): Simulate the impact of an asset depeg on positions and liquidations. - [Exposure Analysis](https://docs.rosetta.sh/circular/api/risk/exposure.md): Analyze exposure to a specific collateral asset including vault distribution and depeg impact simulation. - [Liquidation Map](https://docs.rosetta.sh/circular/api/risk/liquidation-map.md): Map of liquidation risk across price levels and markets. - [Positions at Risk](https://docs.rosetta.sh/circular/api/risk/positions-at-risk.md): List positions that are approaching liquidation based on health factor threshold. - [Protocol Health](https://docs.rosetta.sh/circular/api/risk/protocol-health.md): Comprehensive protocol health analysis including bad debt, utilization trends, and systemic risk indicators. - [Risk Report](https://docs.rosetta.sh/circular/api/risk/report.md): Generate a comprehensive risk report with configurable scope. - [Risk-Adjusted Yields](https://docs.rosetta.sh/circular/api/risk/yields.md): Compare yields across markets normalized for risk using Sharpe proxy, risk decomposition, and stability metrics. - [Protocol Stats](https://docs.rosetta.sh/circular/api/stats.md): Aggregate protocol statistics including total supply, borrow, TVL, and market counts. - [Token Lookup](https://docs.rosetta.sh/circular/api/tokens/lookup.md): Get metadata for a token including oracle feeds, vault associations, and display configuration. - [Vault Concentration](https://docs.rosetta.sh/circular/api/vaults/concentration.md): Analyze concentration risk across vault depositors. - [Vault Depositors](https://docs.rosetta.sh/circular/api/vaults/depositors.md): List depositors in a vault with their share and USD value. - [Get Vault](https://docs.rosetta.sh/circular/api/vaults/get.md): Fetch detailed information for a specific vault including allocations, APY breakdown, and depositor data. - [List Vaults](https://docs.rosetta.sh/circular/api/vaults/list.md): Fetch a summary of vaults with TVL, APY, allocations, and curator information. - [x402 Payments](https://docs.rosetta.sh/circular/api/x402-payments.md): Pay-per-request pricing for agent API routes via HTTP 402 - [Core Tools](https://docs.rosetta.sh/circular/core-tools.md): Foundational data tools for markets, vaults, wallets, and protocol health - [Credit Ratings](https://docs.rosetta.sh/circular/credit-ratings.md): AAA-D credit ratings for DeFi lending markets and vaults - [Institutional Tools](https://docs.rosetta.sh/circular/institutional.md): Concentration analysis, stress testing, whale intelligence, and compliance reporting - [Circular: Risk Intelligence](https://docs.rosetta.sh/circular/overview.md): DeFi risk intelligence for lending markets across Morpho and Aave - [Research Tools](https://docs.rosetta.sh/circular/research.md): Composite analysis tools that synthesize multiple data sources into comprehensive reports - [Risk Scoring](https://docs.rosetta.sh/circular/risk-scoring.md): Deterministic risk scoring model and strategy classification - [Data & Dashboards](https://docs.rosetta.sh/data-dashboards.md) - [Fees](https://docs.rosetta.sh/fees.md) - [Smart Contracts & Security](https://docs.rosetta.sh/smart-contracts-and-security.md) - [Terminal](https://docs.rosetta.sh/terminal.md): Aggregated yield dashboard across DeFi protocols - [Terms of Service](https://docs.rosetta.sh/terms.md) ## OpenAPI Specs - [openapi](https://docs.rosetta.sh/circular/api/openapi.yaml)