Skip to main content
GET

Overview

Returns the total number of AI agents minted in the ERC-8004 Identity Registry on Base. This is useful for understanding the size of the registry and for paginating through the full agent list.
This is a free endpoint (0 Cred Units). It reads directly from the on-chain Identity Registry contract on Base.

Authentication

Response

integer
Total number of agents currently registered in the Identity Registry

Performance

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