mirrored listing x402 eip155:8453

Aegis curated briefing — AI-scored content feed with V/C/L metrics

Aegis curated briefing — AI-scored content feed with V/C/L metrics

Do you run aegis-ai.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
10000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-14
updated

Provider

aegis-ai.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x52d4901142e2B5680027da5EB47C86CB02a3cA81",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {},
        "queryParams": {
          "limit": "5"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "contributors": [],
          "generatedAt": "2026-01-01T00:00:00.000Z",
          "type": "global",
          "version": "1.0"
        },
        "type": "json"
      }
    },
    "routeTemplate": ":var1",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "pathParams": {
              "type": "object"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "limit": {
                  "description": "Optional maximum number of items or contributors to return.",
                  "pattern": "^[0-9]+$",
                  "type": "string"
                },
                "offset": {
                  "description": "Optional zero-based pagination offset.",
                  "pattern": "^[0-9]+$",
                  "type": "string"
                },
                "preview": {
                  "description": "Optional free redacted preview when the deployment enables the preview tier.",
                  "enum": [
                    "true"
                  ],
                  "type": "string"
                },
                "principal": {
                  "description": "Optional Internet Computer principal for a contributor-specific briefing.",
                  "type": "string"
                },
                "since": {
                  "description": "Optional ISO 8601 lower bound for briefing generation time.",
                  "format": "date-time",
                  "type": "string"
                },
                "topics": {
                  "description": "Optional comma-separated topic filter using case-insensitive OR matching.",
                  "type": "string"
                }
              },
              "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"
    }
  }
}

Use it

curl

curl "https://aegis-ai.xyz/api/d2a/briefing"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://aegis-ai.xyz/api/d2a/briefing");
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://aegis-ai.xyz/api/d2a/briefing")
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/6304.json, and this resource appears in /discovery/resources and /discovery/search.