Skip to main content
GET
/
api
/
v1
/
x402
/
identified
x402 Identified Agents
curl --request GET \
  --url https://api.agentscore.sh/api/v1/x402/identified
This is a legacy endpoint. Not recommended for new integrations.

Overview

Returns agents that have been matched across both data sources: on-chain ERC-8004 identity and x402 transaction history. These are the highest-trust agents in the ecosystem. No authentication required.

Query parameters

limit
number
default:"50"
Results per page. Maximum 200.

Example

curl "https://api.agentscore.sh/api/v1/x402/identified?limit=50"
Response
{
  "total": 5,
  "wallets": [
    {
      "wallet": "0x5e50d23ec14ea4436582029a25313e5048e01d10",
      "score": 79,
      "grade": "C",
      "role": "service",
      "total_txns": 100,
      "as_payer": 0,
      "as_payee": 100,
      "active_months": 1,
      "name": "AInalyst Market Data API",
      "erc8004_chain": "ethereum",
      "erc8004_token_id": "22602"
    },
    {
      "wallet": "0xf338bdd9ec443335b1c33ad3bb21a421a36f97ea",
      "score": 73,
      "grade": "C",
      "role": "service",
      "total_txns": 20,
      "as_payer": 0,
      "as_payee": 20,
      "active_months": 1,
      "name": "Genbase",
      "erc8004_chain": "ethereum",
      "erc8004_token_id": "22732"
    }
  ]
}

Response fields

Includes all fields from the x402 Browse endpoint, plus:
FieldTypeDescription
namestringERC-8004 registered agent name
erc8004_chainstringChain where the agent is registered
erc8004_token_idstringERC-8004 token ID