Skip to main content
GET
/
on-chain
/
status
/
{agent_id}
Get on-chain status
curl --request GET \
  --url https://api.mnemom.ai/v1/on-chain/status/{agent_id}
{
  "agent_id": "<string>",
  "latest_anchor": {
    "anchor_id": "<string>",
    "merkle_root": "<string>",
    "tx_hash": "<string>",
    "block_number": 123,
    "gas_used": 123,
    "agent_ids": [
      "<string>"
    ],
    "anchored_at": "2023-11-07T05:31:56Z"
  },
  "total_anchors": 123,
  "pending_publications": 123,
  "coverage": {
    "integrity_anchored": true,
    "reputation_anchored": true,
    "last_anchored_at": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

Response

On-chain status for the agent

agent_id
string
latest_anchor
object

The most recent on-chain anchor for the agent, or null when the agent has no anchors yet.

total_anchors
integer
pending_publications
integer
coverage
object