Skip to main content
GET

Overview

Returns whether an agent exists in the ERC-8004 Identity Registry on Base, along with its owner address. Use this to validate an agent ID before submitting reputation feedback.
This is a free endpoint (0 Cred Units). It reads directly from the on-chain Identity Registry contract on Base.

Authentication

Path Parameters

integer
required
ERC-8004 agent ID (ERC-721 token ID in the Identity Registry). Must be >= 1.

Response

integer
The ERC-8004 agent ID
string
Ethereum address of the agent’s owner (checksummed)
object
Agent registration metadata from tokenURI (null if unavailable)
string
Agent name from registration metadata
string
Agent description from registration metadata
string
Agent image URI from registration metadata

Performance

  • Response Time: Typically under 1 second
  • Data Source: On-chain ownerOf() call to the Identity Registry on Base (chain 8453)