mirrored listing x402 eip155:8453

AI search visibility progress report — Four Layers scoring (SXO/AIO/GEO/AEO), what's worki

AI search visibility progress report — Four Layers scoring (SXO/AIO/GEO/AEO), what's working, gaps, and your next 3 highest-impact actions. 1.50 USDC.

Do you run aeonos.basechainlabs.com? 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
1500000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-02
updated

Provider

aeonos.basechainlabs.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "iconUrl": "https://aeonos.basechainlabs.com/aeonos-logo.jpg",
    "info": {
      "input": {
        "body": {
          "caller_id": "my-agent-id",
          "query": "Generate an AEO Four Layers progress report for mysite.com"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "artifact": {
            "index": 0,
            "parts": [
              {
                "text": "# AEO Progress Report: mysite.com\n\n## Four Layers Scores\n- SXO: 72/100\n- AIO: 58/100\n- GEO: 44/100\n- AEO: 61/100\n\n## What's Working\n...\n\n## Next 3 Actions\n...",
                "type": "text"
              }
            ]
          },
          "status": "completed"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "caller_id": {
                  "description": "Optional agent or user ID for persistent memory.",
                  "type": "string"
                },
                "query": {
                  "description": "URL or business to report on. E.g. 'Generate a progress report for mysite.com'.",
                  "type": "string"
                }
              },
              "required": [
                "query"
              ]
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "artifact": {
                  "type": "object"
                },
                "status": {
                  "type": "string"
                },
                "tokens": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    },
    "serviceName": "AEONOS — Progress Report",
    "tags": [
      "aeo",
      "geo",
      "seo",
      "ai-search",
      "llms"
    ]
  }
}

Use it

curl

curl "https://aeonos.basechainlabs.com/api/progress"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://aeonos.basechainlabs.com/api/progress");
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://aeonos.basechainlabs.com/api/progress")
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/9044.json, and this resource appears in /discovery/resources and /discovery/search.