Public API – Free Tier

Unauthenticated programmatic access to discover ERC-8004 agents and evaluate their basic reputation with HUMI and WAMI indices.

No authentication20 req/min per IPJSON response

GET /v1/agents/maturity

Maturity level

Query HUMI (agent) and WAMI (wallet) maturity levels with contextual descriptions by language.

  • Required parameter: canonical_slug
  • Optional language: lang=eng (default) or lang=esp
  • Includes maturity_level, risk, confidence_level, and calculated_at

Understanding the response

The endpoint returns two blocks: humi (agent reputation) and wami (linked wallet reputation). Each includes maturity level, readable description, confidence, risk, and calculation date.

Fields per index

  • maturity_level — maturity category (Unstable → Elite)
  • user_description — plain-language summary of the agent or wallet status
  • confidence_level — how reliable the assessment is for decision-making
  • risk — suggested risk level (Very Low, Low, etc.)
  • calculated_at — when the index was last calculated

Learn more about each index

HUMI Index

0–100 reputation score for the ERC-8004 agent: identity, history, metadata quality, and on-chain feedback.

View HUMI documentation

WAMI Index

0–100 score for the wallet that controls or registers the agent: activity, portfolio, and transactional behavior.

View WAMI documentation

Try maturity

Limit: 20 requests per minute per IP. If you receive 429, wait one minute before retrying.

Request URL

GET https://api.globalscoreagent.com/v1/agents/maturity?lang=eng&canonical_slug=base-32333

Need more detail?

Full technical documentation includes cURL examples, error codes, best practices, and recommended flows for autonomous agents.

View full technical documentation

Detailed reports and authenticated endpoints with API Keys will be available soon.