# Artemis API Docs > Artemis provides institutional-grade on-chain fundamental metrics for crypto investors and protocols. Access blockchain data via Terminal, Sheets (Google Sheets/Excel plugin), REST API, Python SDK, and Snowflake Data Share. ## Docs - [Fetch Metrics for Assets by Symbol](https://artemis.ai/docs/api-reference/core-artemis-assets/fetch-metrics-for-assets-by-symbol.md): Universal time-series endpoint. Works for **both crypto and equity assets** — pass any symbol from [List Supported Assets](/docs/api-reference/core-artemis-assets/list-supported-assets) (e.g. `btc`, `eth`, `usdc`, `eq-nvda`, `eq-meta`) and any metric name from [List Available Metrics](/docs/api-refe… - [List Available Metrics for Assets by Symbol](https://artemis.ai/docs/api-reference/core-artemis-assets/list-available-metrics-for-assets-by-symbol.md): Returns the metrics available for a given asset symbol. The metric set depends on the asset type — equities like `AAPL` expose price/volume/financials; crypto chains like `ETH` expose on-chain metrics (DAU, fees, TVL); category symbols like `mev` expose category aggregates. - [List Supported Assets](https://artemis.ai/docs/api-reference/core-artemis-assets/list-supported-assets.md): Returns the complete catalog of assets supported by Artemis — covering crypto assets (chains, tokens, ecosystems, categories) and equities. Use the `symbol` (or `artemis_id`) from this list when calling [List Available Metrics](/docs/api-reference/core-artemis-assets/list-available-metrics-for-asset… - [Fetch Equity Financials](https://artemis.ai/docs/api-reference/equities/fetch-equity-financials.md): Seven core P&L line items per fiscal quarter, in one call: - [Fetch Equity Price](https://artemis.ai/docs/api-reference/equities/fetch-equity-price.md): Daily closing price for one or more equity symbols. - [Fetch Equity Valuation Metrics](https://artemis.ai/docs/api-reference/equities/fetch-equity-valuation-metrics.md): Seven valuation ratios (daily), in one call: - [Get Flows by Chain (Netflow, Inflow, or Outflow)](https://artemis.ai/docs/api-reference/flows/get-flows-by-chain-netflow-inflow-or-outflow.md): Returns chain-level inflows, outflows, or netflows for a set of source chains over a date range. Use `flowType` to select which view: `inflow` (capital entering each chain), `outflow` (capital leaving), or `netflow` (the difference). Chain identifiers should match the full chain names from [List Sup… - [List Accelerating-Trend Insight Cards](https://artemis.ai/docs/api-reference/insights/list-accelerating-trend-insight-cards.md): Entities where a metric's **rate of change** is itself increasing across consecutive periods — second-derivative signal, useful for spotting inflection points before they show up as new ATHs. - [List All-Time-High Insight Cards](https://artemis.ai/docs/api-reference/insights/list-all-time-high-insight-cards.md): Recent all-time-high events across crypto protocols, stablecoins (daily / weekly / monthly horizons), and equities (quarterly fundamentals). Each card carries the asset (`ENTITY_ID`), the metric (`METRIC_NAME`), the new ATH (`NEW_VALUE`), the previous ATH for comparison (`PREVIOUS_ATH_VALUE` and `PR… - [List All-Time-Low Insight Cards](https://artemis.ai/docs/api-reference/insights/list-all-time-low-insight-cards.md): Recent all-time-low events across the same coverage as ATH cards. Each card carries the new low (`NEW_VALUE`), the previous ATL for comparison (`PREVIOUS_ATL_VALUE` and `PREVIOUS_ATL_DATE`), and the percent below the prior low (`PERCENT_BELOW_PREVIOUS`). For equity metrics with a fiscal calendar, `F… - [List Decline-Streak Insight Cards](https://artemis.ai/docs/api-reference/insights/list-decline-streak-insight-cards.md): Entities where a metric has decreased for `DURATION` consecutive periods. Same card shape as [growth streaks](#tag/Insights/operation/listStreakInsights); `END_VALUE < START_VALUE` is the distinguishing signal. `SPARKLINE` includes a longer lead-in window (12+ periods) so the chart shows the full pe… - [List Growth-Streak Insight Cards](https://artemis.ai/docs/api-reference/insights/list-growth-streak-insight-cards.md): Entities where a metric has increased for `DURATION` consecutive periods. `FLAG` encodes the cadence (`streak_weekly`, `streak_monthly`, or `streak_quarterly`), `START_VALUE` and `END_VALUE` bracket the streak, and `DATE_RANGE` gives a human-readable window. `SPARKLINE` includes one prior-period bas… - [Fetch Artemis-Filtered Stablecoin Daily Transactions](https://artemis.ai/docs/api-reference/stablecoins/fetch-artemis-filtered-stablecoin-daily-transactions.md): Fetch daily transaction count for stablecoins with Artemis filtering applied. - [Fetch Artemis-Filtered Stablecoin Transfer Volume](https://artemis.ai/docs/api-reference/stablecoins/fetch-artemis-filtered-stablecoin-transfer-volume.md): Fetch daily transfer volume for stablecoins with Artemis filtering applied. - [Fetch P2P Stablecoin Daily Transactions](https://artemis.ai/docs/api-reference/stablecoins/fetch-p2p-stablecoin-daily-transactions.md): Fetch daily transaction count for peer-to-peer stablecoin transfers. - [Fetch P2P Stablecoin Transfer Volume](https://artemis.ai/docs/api-reference/stablecoins/fetch-p2p-stablecoin-transfer-volume.md): Fetch daily transfer volume for peer-to-peer stablecoin transfers. - [Fetch Stablecoin Daily Transactions (Unfiltered)](https://artemis.ai/docs/api-reference/stablecoins/fetch-stablecoin-daily-transactions-unfiltered.md): Fetch daily transaction count for stablecoins. Returns unfiltered stablecoin activity. - [Fetch Stablecoin DAU (Daily Active Users)](https://artemis.ai/docs/api-reference/stablecoins/fetch-stablecoin-dau-daily-active-users.md): Fetch daily active users for stablecoins. Returns unfiltered stablecoin activity. - [Fetch Stablecoin Supply](https://artemis.ai/docs/api-reference/stablecoins/fetch-stablecoin-supply.md): Fetch daily supply data for stablecoins. - [Fetch Stablecoin Transfer Volume (Unfiltered)](https://artemis.ai/docs/api-reference/stablecoins/fetch-stablecoin-transfer-volume-unfiltered.md): Fetch daily transfer volume for stablecoins. Returns unfiltered stablecoin activity. - [API Onboarding Doc](https://artemis.ai/docs/apionboarding.md): Walking through how to use the Artemis API - [API Examples and Python Package](https://artemis.ai/docs/artemis-api/api-examples.md): Example of a Python Jupyter Notebook using the Artemis API to chart key metrics and create a basic DCF model in Python - [API Key](https://artemis.ai/docs/artemis-api/api-key.md): Find your API key in the settings page - [Prediction Markets](https://artemis.ai/docs/artemis-api/prediction-markets.md): Use the Artemis Python SDK to fetch prediction market data for Kalshi, Polymarket, and more - [Changelog](https://artemis.ai/docs/artemis-sheets/changelog.md): Release history and version updates for the Artemis Sheets plugin. - [Common Problems with Google Sheets](https://artemis.ai/docs/artemis-sheets/common-problems-w-google-sheets.md): Troubleshooting common issues with Artemis Sheets in Google Sheets including URL fetch limits and other known problems. - [Installation and Usage](https://artemis.ai/docs/artemis-sheets/installation-and-usage.md): Let's get you writing your first =ART() in a few steps. - [Dune](https://artemis.ai/docs/artemis-sheets/metrics/dune.md): Pulling data programmatically from Dune into Excel / GSheets - [Refreshing Data](https://artemis.ai/docs/artemis-sheets/metrics/refreshing-data.md): How to refresh Artemis Sheets data in Google Sheets and Excel to pull the latest metrics. - [Supported Metrics](https://artemis.ai/docs/artemis-sheets/metrics/supported-metrics.md): Here's a list of all the metrics we support for Artemis Sheet - [Supported Symbols](https://artemis.ai/docs/artemis-sheets/metrics/supported-symbols.md): Here's a list of all the tokens we support for Artemis Sheet - [Syntax and Formulas](https://artemis.ai/docs/artemis-sheets/metrics/syntax-and-formulas.md): Get started with you first =ART() formula! - [Templates](https://artemis.ai/docs/artemis-sheets/metrics/templates.md): Get started with pre-built templates by Artemis and the community! - [Time Series Aggregation](https://artemis.ai/docs/artemis-sheets/metrics/time-series-aggregation.md): Aggregate time-series metrics (L7, L30, L90) into a single cell in Artemis Sheets. Supports fees, revenue, DEX volumes, NFT data, and Token Terminal metrics. - [Token Unlocks](https://artemis.ai/docs/artemis-sheets/metrics/token-unlocks.md): Pulling data programmatically from TokenUnlocks directly to Excel/GSheets - [Overview](https://artemis.ai/docs/artemis-sheets/overview.md): Artemis Sheets is a CapIQ-like plugin for Google Sheets and Excel that lets you pull blockchain data and equities financials with real-time updates and pre-built templates. - [Install the Excel 365 on Mac / Excel Online Add-In](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-mac-excel-online/install-the-excel-365-on-mac-excel-online-add-in.md) - [README](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-mac-excel-online/readme.md) - [Uninstall the Excel 365 on Mac / Excel Online Add-In](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-mac-excel-online/uninstall-the-excel-365-on-mac-excel-online-add-in.md) - [Artemis Sheets Formulas](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-windows-desktop/artemis-sheets-formulas.md) - [Check if the Artemis Sheets Add-In is Installed](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-windows-desktop/check-if-the-artemis-sheets-add-in-is-installed.md) - [Install the Artemis Sheets Add-In](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-windows-desktop/install-the-artemis-sheets-add-in.md) - [Installation](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-windows-desktop/installation.md) - [Manually Activate the Artemis Sheets Add-In](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-windows-desktop/manually-activate-the-artemis-sheets-add-in.md) - [README](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-windows-desktop/readme.md) - [Uninstall the Artemis Sheets Add-In](https://artemis.ai/docs/artemis-sheets/troubleshooting/excel-on-windows-desktop/uninstall-the-artemis-sheets-add-in.md) - [Install the Google Sheets Add-On](https://artemis.ai/docs/artemis-sheets/troubleshooting/google-sheets-add-on/install-the-google-sheets-add-on.md) - [Multiple different Google accounts issue](https://artemis.ai/docs/artemis-sheets/troubleshooting/google-sheets-add-on/multi-account-issue.md) - [README](https://artemis.ai/docs/artemis-sheets/troubleshooting/google-sheets-add-on/readme.md) - [Shared spreadsheet issue](https://artemis.ai/docs/artemis-sheets/troubleshooting/google-sheets-add-on/shared-sheet.md) - [Uninstall the Google Sheets Add-On](https://artemis.ai/docs/artemis-sheets/troubleshooting/google-sheets-add-on/uninstall-the-google-sheets-add-on.md) - [Readme](https://artemis.ai/docs/artemis-sheets/troubleshooting/readme.md) - [Activity Monitor](https://artemis.ai/docs/artemis-terminal/activity-monitor.md): Segment on-chain user behavior by categories (DeFi, Gaming, DePIN, NFTs, Stablecoins, RWA, etc.), applications, and contracts across major blockchains. - [FAQ](https://artemis.ai/docs/artemis-terminal/faq.md): Frequently asked questions about Artemis, including how to get listed. - [Overview](https://artemis.ai/docs/artemis-terminal/overview.md): Artemis Terminal lets you compare crypto protocols, fintech companies, and public tech equities side by side using fundamental metrics, comps, and financials. - [Sector Metrics](https://artemis.ai/docs/artemis-terminal/sector-metrics.md): Methodology and metric definitions for Perpetual Exchanges, Decentralized Exchanges, Lending Protocols, and Liquid Staking sectors including trading volume, TVL, fees, deposits, borrows, and staked ETH. - [Contact Us](https://artemis.ai/docs/contact-us/social.md): Reach Artemis via Twitter, Discord, Telegram, or email at support@artemisanalytics.xyz. - [Asset Metrics Catalog](https://artemis.ai/docs/data-reference/asset-metrics-catalog.md): Comprehensive list of all assets and metrics available in the Artemis API - [Changelog](https://artemis.ai/docs/data-reference/changelog.md): Weekly changelog of Artemis data model updates including new protocol additions, metric fixes, and schema changes. - [Metric Guide](https://artemis.ai/docs/data-reference/metric-migration.md): Metric deprecation guide for Artemis API, Snowflake, and Terminal. Covers standardized metric naming for usage, fees, treasury, and supply metrics across all sectors. - [Revenue Data Migration](https://artemis.ai/docs/data-reference/revenue-migration-reference.md): Timeline and protocol list for Artemis revenue metric migration. Defines REVENUE, ACTIVE_REVENUE, and PASSIVE_REVENUE metrics with affected protocols across three tranches. - [Supported Assets](https://artemis.ai/docs/data-reference/supported-assets.md): A complete list of all chains, apps, stablecoins, and equities supported by Artemis, pulled live from the Artemis API. - [Overview](https://artemis.ai/docs/research/overview.md): Artemis Research publishes weekly crypto and fintech market recaps and fundamental deep-dive research pieces. - [Snowflake Share Examples](https://artemis.ai/docs/snowflake-share/examples.md): Example Jupyter Notebook using the Artemis Snowflake Share to obtain key metrics via SQL - [Overview](https://artemis.ai/docs/snowflake-share/overview.md): How to set up the Artemis Snowflake Data Share. Includes account setup, region requirements (AWS us-east-1 and us-west-2), and step-by-step access instructions. - [Protocol Data](https://artemis.ai/docs/snowflake-share/protocol-data.md): Snowflake schema documentation for 130+ blockchains and protocols. Covers metric naming conventions (prefix_root_suffix) for usage, cash flow, and supply data. - [Stablecoins](https://artemis.ai/docs/snowflake-share/stablecoins.md): Snowflake schema for stablecoin metrics including transfer volume, transactions, supply, and address-level data across 18+ chains with None, ARTEMIS, and P2P filters. - [Aave](https://artemis.ai/docs/snowflake-share/tables/aave.md): Aave Schema Description and Methodology - [Abstract](https://artemis.ai/docs/snowflake-share/tables/abstract.md): Abstract Schema Description and Methodology - [Acala](https://artemis.ai/docs/snowflake-share/tables/acala.md): Acala Schema Description and Methodology - [Across](https://artemis.ai/docs/snowflake-share/tables/across.md): Across Schema Description and Methodology - [Aerodrome](https://artemis.ai/docs/snowflake-share/tables/aerodrome.md): Aerodrome Schema Description and Methodology - [Aevo](https://artemis.ai/docs/snowflake-share/tables/aevo.md): Aevo Schema Description and Methodology - [Akash](https://artemis.ai/docs/snowflake-share/tables/akash.md): Akash Schema Description and Methodology - [ALEX](https://artemis.ai/docs/snowflake-share/tables/alex.md): ALEX Schema Description and Methodology - [Apex](https://artemis.ai/docs/snowflake-share/tables/apex.md): Apex Schema Description and Methodology - [Aptos](https://artemis.ai/docs/snowflake-share/tables/aptos.md): Aptos Schema Description and Methodology - [Arbitrum](https://artemis.ai/docs/snowflake-share/tables/arbitrum.md): Arbitrum Schema Description and Methodology - [Astar](https://artemis.ai/docs/snowflake-share/tables/astar.md): Astar Schema Description and Methodology - [Avalanche](https://artemis.ai/docs/snowflake-share/tables/avalanche.md): Avalanche Schema Description and Methodology - [Base](https://artemis.ai/docs/snowflake-share/tables/base.md): Base Schema Description and Methodology - [Bitcoin](https://artemis.ai/docs/snowflake-share/tables/bitcoin.md): Bitcoin Schema Description and Methodology - [BSC](https://artemis.ai/docs/snowflake-share/tables/bsc.md): BSC (Binance Smart Chain) Schema Description and Methodology - [Ethereum](https://artemis.ai/docs/snowflake-share/tables/ethereum.md): Ethereum Schema Description and Methodology - [Hyperliquid](https://artemis.ai/docs/snowflake-share/tables/hyperliquid.md): Hyperliquid Schema Description and Methodology - [Jito](https://artemis.ai/docs/snowflake-share/tables/jito.md): Jito Schema Description and Methodology - [Maple](https://artemis.ai/docs/snowflake-share/tables/maple.md): Maple Schema Description and Methodology - [Morpho](https://artemis.ai/docs/snowflake-share/tables/morpho.md): Morpho Schema Description and Methodology - [Raydium](https://artemis.ai/docs/snowflake-share/tables/raydium.md): Raydium Schema Description and Methodology - [Solana](https://artemis.ai/docs/snowflake-share/tables/solana.md): Solana Schema Description and Methodology - [Sui](https://artemis.ai/docs/snowflake-share/tables/sui.md): Sui Schema Description and Methodology - [Tron](https://artemis.ai/docs/snowflake-share/tables/tron.md): Tron Schema Description and Methodology - [Uniswap](https://artemis.ai/docs/snowflake-share/tables/uniswap.md): Uniswap Schema Description and Methodology - [Virtuals](https://artemis.ai/docs/snowflake-share/tables/virtuals.md): Virtuals Schema Description and Methodology - [Wormhole](https://artemis.ai/docs/snowflake-share/tables/wormhole.md): Wormhole Schema Description and Methodology - [Overview](https://artemis.ai/docs/welcome/overview.md): Artemis builds institutional-grade metrics for equities, crypto, stablecoins, and prediction markets. Trusted by McKinsey, T.Rowe, VanEck, Visa, Circle, and Sequoia. - [Pricing](https://artemis.ai/docs/welcome/pricing.md): Artemis pricing plans for Terminal, Sheets, API, and Snowflake Share access. ## OpenAPI Specs - [openapi.documented](https://artemis.ai/docs/openapi.documented.json) - [openapi](https://artemis.ai/docs/api-reference/openapi.json) ## Optional - [Terminal](https://www.artemis.ai)