IC Dashboard APIs What This Is These public REST APIs power dashboard.internetcomputer.org . They expose read-only access to canister metadata, ICRC ledgers, SNS data, the ICP ledger, and network metrics via OpenAPI specs and Swagger UI. Agents and scripts can call them over HTTPS from off-chain (no canister deployment or cycles required). Prefer v2 or higher API versions where available; they provide cursor-based pagination ( , , ) and are the same surface the dashboard uses. Prerequisites - Any HTTP client: , , , or the language’s native HTTP library. - No or canister deployment needed for…