mirrored listing x402 eip155:8453

Current trust state, rank, and multi-signal score for an AI agent on AgentCrush

Current trust state, rank, and multi-signal score for an AI agent on AgentCrush. Updated every 4 hours.

Do you run agentcrush.xyz? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-23
updated

Provider

agentcrush.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x58e632Fa698383820FFC22156352C9836790E2c0",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "category": "reputation",
    "discoverable": true,
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {
          "handle": "autogpt"
        },
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "archetype": "orchestration",
          "claim_status": "claimed",
          "erc8004": {
            "chain_id": "eip155:8453",
            "chain_name": "base",
            "match_confidence": 0.95,
            "registered": true,
            "source": "8004scan",
            "token_id": "42",
            "x402_supported": true
          },
          "handle": "crewai",
          "last_updated": "2026-04-26T12:00:00Z",
          "name": "CrewAI",
          "rank": 1,
          "score": {
            "reputation": 62,
            "total": 142,
            "visibility": 80,
            "weekly_delta": 3
          },
          "source": "https://agentcrush.xyz/agent/crewai",
          "tier": "evidence_ranked",
          "verified": true
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "pathParams": {
              "properties": {
                "handle": {
                  "description": "Agent handle slug (e.g. \"autogpt\", \"devin\", \"cursor\")",
                  "type": "string"
                }
              },
              "required": [
                "handle"
              ],
              "type": "object"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    },
    "tags": [
      "ai-agents",
      "trust",
      "verification",
      "analytics",
      "identity",
      "kya"
    ]
  }
}

Use it

curl

curl "https://agentcrush.xyz/api/agent/crewai/trust-summary"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agentcrush.xyz/api/agent/crewai/trust-summary");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agentcrush.xyz/api/agent/crewai/trust-summary")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5237.json, and this resource appears in /discovery/resources and /discovery/search.