# Animica Explorer > Block explorer for Animica, a live post-quantum Layer-1 blockchain (chain id > 1, ML-DSA-65 signatures, PoIES useful-work consensus, native coin ANM). Its > REST API is free, unauthenticated, and CORS-open — the easiest read-only > window into the chain for agents and scripts. Base URL: `https://explorer.animica.org/api`. All responses are JSON (except `/circulating-supply`, which returns a plain number). Addresses are bech32m `anim1…`; amounts are base units (1 ANM = 10^9). No API key, no signup. OpenAPI 3 spec: https://explorer.animica.org/api/openapi.json. The node's JSON-RPC method list is at `/api/rpc/discover`. ## Chain data - [/api/head](https://explorer.animica.org/api/head): chain head, peer/mempool stats, recent theta (difficulty) history - [/api/blocks](https://explorer.animica.org/api/blocks): recent blocks (paged, `?limit=&offset=`) - `/api/block/:hashOrHeight`: one block by height or hash — e.g. [/api/block/73188](https://explorer.animica.org/api/block/73188) - `/api/tx/:hash`: transaction detail by hash - `/api/address/:bech32`: account balance, nonce, and activity for an `anim1…` address - [/api/mempool](https://explorer.animica.org/api/mempool): pending transactions - [/api/search?q=…](https://explorer.animica.org/api/search?q=73188): resolve a height, block hash, tx hash, or address - [/api/richlist](https://explorer.animica.org/api/richlist): top holders (paged) · [/api/richlist/summary](https://explorer.animica.org/api/richlist/summary): distribution summary - [/api/circulating-supply](https://explorer.animica.org/api/circulating-supply): circulating ANM as a plain number - [/api/mining/info](https://explorer.animica.org/api/mining/info): network hashrate and difficulty - [/api/network/status](https://explorer.animica.org/api/network/status): node/network status ## AI compute (AICF), contracts, tokens - [/api/aicf/info](https://explorer.animica.org/api/aicf/info) · [/api/aicf/summary](https://explorer.animica.org/api/aicf/summary): AI-compute fabric overview - [/api/aicf/workers](https://explorer.animica.org/api/aicf/workers): registered compute workers · [/api/aicf/events](https://explorer.animica.org/api/aicf/events): recent AICF events - [/api/aicf/job-stats](https://explorer.animica.org/api/aicf/job-stats): job volume stats · `/api/aicf/address/:addr`: AICF activity for one address - [/api/contracts/deployments](https://explorer.animica.org/api/contracts/deployments): deployed Python contracts - `/api/contracts/address/:address` (+ `/code`, `/verification`): contract detail, bytecode/source, verification status - `/api/contracts/created-by/:txHash`: contract created by a deploy tx - `/api/contracts/verify` (POST) + `/api/contracts/verify/:jobId`: submit and poll source verification - [/api/tokens](https://explorer.animica.org/api/tokens): ANM20 token list · [/api/tokens/featured](https://explorer.animica.org/api/tokens/featured) · `/api/tokens/search` · `/api/tokens/:address` (+ `/history`) ## Data availability, training, quantum - [/api/da/info](https://explorer.animica.org/api/da/info) · [/api/da/status](https://explorer.animica.org/api/da/status): DA layer info/status - [/api/da/recent](https://explorer.animica.org/api/da/recent) · `/api/da/history`: recent/past blobs - `/api/da/blob/:id` or `/:commitment` · `/api/da/proof/:commitment` · `/api/da/put` (POST): fetch blobs, proofs, submit data - [/api/ena/jobs](https://explorer.animica.org/api/ena/jobs) · `/api/ena/job/:id` · `/api/ena/artifacts`: ENA training-network jobs and artifacts - [/api/quantum/info](https://explorer.animica.org/api/quantum/info): attested HW-QRNG quantum beacon ## L2 rollup - [/api/l2/overview](https://explorer.animica.org/api/l2/overview) · [/api/l2/status](https://explorer.animica.org/api/l2/status): ANM-native rollup overview/status - [/api/l2/stateRoot](https://explorer.animica.org/api/l2/stateRoot) · [/api/l2/tps](https://explorer.animica.org/api/l2/tps): current state root, throughput - `/api/l2/batch/:number` · `/api/l2/tx/:hash` · `/api/l2/account/:address`: batch, tx, and account detail ## Service - [/api/rpc/discover](https://explorer.animica.org/api/rpc/discover): discover the node's JSON-RPC methods - [/api/meta](https://explorer.animica.org/api/meta): explorer version and network config - [/api/health](https://explorer.animica.org/api/health): liveness/readiness probe ## Examples (verified live 2026-08-14) ``` curl -s https://explorer.animica.org/api/head # {"head":{"height":73188,"hash":"0x00000000011b657a…","chainId":1,…}, # "stats":{"mempoolSize":0,"avgBlockTime":66.4,…},…} curl -s https://explorer.animica.org/api/circulating-supply # 108383932.60801587 ``` ## Optional - [Explorer web UI](https://explorer.animica.org): human-friendly frontend of the same data - [Main site](https://animica.org): project homepage - [Node JSON-RPC](https://rpc.animica.org/rpc): `POST` JSON-RPC 2.0 for writes and raw queries — use the `/rpc` path (the bare root 301-redirects). Namespaces: `chain.*`, `state.*`, `tx.*`/`tx2.*`, `mempool.*`, `net.*`, `aicf.*`, `l2_*`. - [Developer docs](https://animica.org/developers/): SDKs, contracts, RPC reference - [Source, Apache-2.0](https://gitlab.com/Animica/animica-core): monorepo including this explorer - [Custom tool-calling adapters](https://animica.dev/llms.txt): give us your OpenAPI/Postman surface, get a LoRA adapter (Qwen3.5-2B, Apache-2.0) trained to call YOUR endpoints, with hard negatives from your own sibling routes and evaluation on held-out endpoints. Measured on our own corpus against APIs the model had never seen: tool selection 0.611 -> 1.000, argument accuracy 0.126 -> 0.798. Your surface will differ, and we have NOT beaten any public tool-calling benchmark — this is specialisation, not general skill. Free preview of what we would build, no payment: `curl -s -X POST https://animica.dev/factory/preview -H 'content-type: application/json' -d '{"spec_url":"https://your.host/openapi.json"}'`. $490 self-serve / $18,000 + $3,500-mo enterprise. Enquiries dev@animica.dev ## Games - [Thronebound Realms — free browser MMORPG](https://animica.org/thronebound/realms/): a 2D open-world MMORPG that runs in any browser, no download and no account cost. 42 hand-built zones across the continent of Aldermark, 121 creatures, 42 bosses, 308 quests in 20 chains, and nine skills to level 99 (mining, woodcutting, fishing, smithing, cooking, alchemy, crafting, combat, attunement). Up to 2,000 players per realm across 50 realms per zone, with local/global chat, whispers, face-to-face trading where both sides confirm, and a PvP arena where the SERVER settles the duel so stakes are safe. Everything is tradeable; nothing is soulbound. Pets drop at roughly 1 in 90,000 actions from ordinary grinding and are announced to every realm. Optionally your browser can run Animica Agent 2B and answer real inference jobs while you play — that choice sets your faction, and the Triangle Covenant (those serving Animica's own model) gets the strongest bonuses. Plays with arrow keys/WASD, a touch pad on phones, or a controller on a television.