Aptos Explorer
explorer.aptoslabs.com
· Aptos Labs
Official Aptos blockchain explorer. Agents should fetch HTML or markdown pages over HTTPS and use published URL templates; this host does not expose an A2A JSON-RPC task endpoint. Browser agents can use WebMCP tools registered on the page. Skills below describe how to open transactions, accounts, blocks, coins, search, and releases.
explorer.aptoslabs.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 51/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-13 09:29:16 current | af09dddd9bea… |
view → |
Endpoints
| Agent card | https://explorer.aptoslabs.com/.well-known/agent-card.json |
| Provider | https://aptoslabs.com |
| Docs | https://explorer.aptoslabs.com/llms-full.txt |
Skills · 6 declared · mapped to canonical taxonomy
Look up an opaque Aptos identifier (address, transaction version or hash, ANS .apt name, coin type, or block height) via /?search={query}. The explorer auto-det…
Open /txn/{version} or /txn/{hash} for an Aptos user or system transaction, with optional detail tabs (userTxnOverview, events, payload, changes, balanceChange,…
Open /account/{address} for a 0x-prefixed account or ANS .apt name, with optional tabs (transactions, coins, tokens, resources, modules, multisig, info).
Open /block/{height} for an Aptos block and its transactions.
Open /releases for network deployment status, AIPs, or SDK and tool releases (tabs: networks, aips, sdks).
Open /coin/{type} for a fully-qualified Move coin type such as 0x1::aptos_coin::AptosCoin.
Health · last 11 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/explorer.aptoslabs.com) [](https://agenstry.com/agents/explorer.aptoslabs.com) [](https://agenstry.com/agents/explorer.aptoslabs.com) [](https://agenstry.com/agents/explorer.aptoslabs.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Aptos Explorer",
"description": "Official Aptos blockchain explorer. Agents should fetch HTML or markdown pages over HTTPS and use published URL templates; this host does not expose an A2A JSON-RPC task endpoint. Browser agents can use WebMCP tools registered on the page. Skills below describe how to open transactions, accounts, blocks, coins, search, and releases.",
"version": "2.0.0",
"protocolVersion": "0.3.0",
"url": "https://explorer.aptoslabs.com/",
"documentationUrl": "https://explorer.aptoslabs.com/llms-full.txt",
"iconUrl": "https://explorer.aptoslabs.com/favicon.ico",
"provider": {
"organization": "Aptos Labs",
"url": "https://aptoslabs.com"
},
"supportedInterfaces": [
{
"url": "https://explorer.aptoslabs.com/",
"protocolBinding": "HTTPS",
"protocolVersion": "0.3"
}
],
"preferredTransport": "HTTPS",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain",
"text/markdown"
],
"defaultOutputModes": [
"text/html",
"text/markdown",
"text/plain",
"application/json"
],
"skills": [
{
"id": "search-explorer",
"name": "Search Aptos Explorer",
"description": "Look up an opaque Aptos identifier (address, transaction version or hash, ANS .apt name, coin type, or block height) via /?search={query}. The explorer auto-detects the entity type.",
"tags": [
"search",
"aptos",
"explorer"
],
"examples": [
"What is 0x1 on Aptos?",
"Look up transaction 123456789"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/html",
"text/markdown"
]
},
{
"id": "open-transaction",
"name": "Open transaction",
"description": "Open /txn/{version} or /txn/{hash} for an Aptos user or system transaction, with optional detail tabs (userTxnOverview, events, payload, changes, balanceChange, trace).",
"tags": [
"transaction",
"aptos"
],
"examples": [
"Show transaction 123456789 on Aptos explorer"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/html",
"text/markdown"
]
},
{
"id": "open-account",
"name": "Open account",
"description": "Open /account/{address} for a 0x-prefixed account or ANS .apt name, with optional tabs (transactions, coins, tokens, resources, modules, multisig, info).",
"tags": [
"account",
"aptos"
],
"examples": [
"Open account 0x1 on Aptos explorer"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/html",
"text/markdown"
]
},
{
"id": "open-block",
"name": "Open block",
"description": "Open /block/{height} for an Aptos block and its transactions.",
"tags": [
"block",
"aptos"
],
"examples": [
"Show Aptos block 12345678"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/html",
"text/markdown"
]
},
{
"id": "open-releases",
"name": "Open releases hub",
"description": "Open /releases for network deployment status, AIPs, or SDK and tool releases (tabs: networks, aips, sdks).",
"tags": [
"releases",
"aips",
"sdk",
"aptos"
],
"examples": [
"What is the current Aptos mainnet framework release?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/html",
"text/markdown"
]
},
{
"id": "open-coin",
"name": "Open coin",
"description": "Open /coin/{type} for a fully-qualified Move coin type such as 0x1::aptos_coin::AptosCoin.",
"tags": [
"coin",
"fungible-asset",
"aptos"
],
"examples": [
"Show APT coin info on Aptos explorer"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/html",
"text/markdown"
]
}
]
}