Finance
Artemis logo

Artemis API

artemis.xyz

Blockchain metrics dashboards - chain comparisons, active-user trends, and price time-series.

Actions
9
Category
Finance
Login
Not required
Output
JSON

Call the Artemis API

Submit a task, then poll the job until it settles. This example runs act_artemis_xyz_active_users_metric_time_series.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_artemis_xyz_active_users_metric_time_series",
    "params": {
      "chain_symbol": "eth",
      "start_date": "2023-06-08",
      "end_date": "2026-06-09"
    }
  }'

9 actions on artemis.xyz

Read

  • Active Users Time Series

    act_artemis_xyz_active_users_metric_time_seriesread2 credits / call

    Returns daily active users and price time series for a blockchain or protocol over a date range.

    chain_symbol
    string · required
    start_date
    date · required
    end_date
    date · required
  • Asset Catalog

    act_artemis_xyz_asset_catalogread1 credit / call

    Returns the full catalog of crypto and protocol assets with metadata, symbols, and metric definitions.

  • Asset Directory Listing

    act_artemis_xyz_asset_directory_listingread1 credit / call

    Returns a searchable asset directory with price, market cap, and rolling performance metrics.

  • Chain Comparison Summary

    act_artemis_xyz_chain_comparison_summaryread2 credits / call

    Returns multi-metric chain comparison data: transactions, fees, revenue, market cap, and stablecoin metrics.

    metrics
    string · required
    chain_symbols
    string · required
    start_date
    date · required
    end_date
    date · required
  • Investment Themes List

    act_artemis_xyz_investment_themes_listread1 credit / call

    Returns investment themes with their constituent asset symbols.

  • Metrics Catalog

    act_artemis_xyz_metrics_catalogread1 credit / call

    Returns available blockchain and financial metrics with labels and aggregation rules for an asset class.

    asset_class
    string · required
  • Price Time Series

    act_artemis_xyz_price_time_seriesread2 credits / call

    Returns historical price time series for one or more crypto and equity symbols over a date range.

    symbols
    string · required
    start_date
    date · required
    end_date
    date · required
    granularity
    string
  • Sector Tags Catalog

    act_artemis_xyz_sector_tags_catalogread1 credit / call

    Returns sector and category tags that group assets for chain and application comparisons.

  • Theme Trend Chart

    act_artemis_xyz_theme_trend_chartread1 credit / call

    Returns time-series performance values per investment theme over a selected range.

    time_range
    string · required

Artemis API questions

Is there an API for Artemis?
Artemis does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for artemis.xyz. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Artemis data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when artemis.xyz changes its markup, Anakin updates the action.
Do I need a Artemis account?
No. Every Artemis action listed here runs anonymously — no account and no credentials required.
What does the Artemis API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites