ic-dashboard

Query public REST APIs for Internet Computer canister, ledger, SNS, and metrics data.

28|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/dfinity/icskills --skill ic-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ic-dashboard
Source: https://github.com/dfinity/icskills/tree/main/skills/ic-dashboard
Command: npx skills add https://github.com/dfinity/icskills --skill ic-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides programmatic access to the public REST APIs that power dashboard.internetcomputer.org, enabling efficient retrieval of Internet Computer network data without requiring canister deployment or cycles.

Core Features & Use Cases

  • Data Retrieval: Fetch canister metadata, ICRC ledger data, SNS data, ICP ledger information, and network metrics.
  • Pagination: Supports cursor-based pagination for efficient data fetching.
  • Use Case: Retrieve the latest network statistics or query transaction history for a specific ICRC ledger using simple HTTP requests.

Quick Start

Use the ic-dashboard skill to list the first 5 canisters using the IC API.

Frequently Asked Questions about ic-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Internet Computer dashboard APIs for canister metadata?

You query Internet Computer dashboard APIs for canister metadata by making HTTP requests to public REST endpoints, retrieving network data without requiring canister deployment or paying cycles.

How does cursor-based pagination work for fetching ICP ledger transactions?

Cursor-based pagination for ICP ledger transactions works by using a cursor parameter in sequential HTTP requests to fetch data pages. This enables efficient retrieval from off-chain environments without requesting overlapping records.

Can I retrieve SNS proposal data and network metrics without deploying a canister?

Yes, you can retrieve SNS proposal data and network metrics without deploying a canister. The Skill queries public REST APIs directly to fetch SNS data and network metrics, eliminating deployment requirements and cycle costs.

What is the best way to get ICRC ledger data from off-chain environments?

The best way to get ICRC ledger data from off-chain environments is querying dedicated ICRC API endpoints via REST. This method supports cursor-based pagination to efficiently retrieve specific ledger transaction histories.

Do I need to pay cycles to fetch Internet Computer network statistics?

No, you do not need to pay cycles to fetch Internet Computer network statistics. The queries target public REST APIs that power dashboard.internetcomputer.org, providing free access to network metrics from off-chain environments.