mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Importance-ranked crypto headlines with per-article source links and publish times, plus a

Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.

Do you run api.aidress.ai? 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
1000 (raw units)
price
24
calls / 30d
14
unique payers
2026-09-17
updated

Provider

api.aidress.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "data": {
            "headlines": [
              {
                "match": "exact",
                "publishedAt": "2026-09-02T07:59:43.000Z",
                "rank": 1,
                "source": "Cointelegraph",
                "title": "Bitcoin ETFs notch best month of 2026 as BTC gains 25% in August",
                "url": "https://cointelegraph.com/markets/bitcoin-etf-best-month-2026-btc-up-25-august",
                "whyItMatters": "ETF flows are the strongest near-term driver of institutional participation."
              }
            ],
            "report": "Latest crypto news..."
          },
          "meta": {
            "dataAsOf": "2026-08-10T08:00:00.000Z",
            "degraded": false,
            "freshness": "fresh",
            "generatedAt": "2026-08-10T12:00:00.000Z",
            "sourceHealth": {
              "crypto-news-cache": "ok"
            },
            "stalenessSec": 1739
          },
          "status": "success"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "data": {
                  "description": "News report object on success, error string on failure",
                  "properties": {
                    "headlines": {
                      "items": {
                        "description": "Ranked story. url/publishedAt/source are null when no source article matched by exact title — never a guessed link. match: exact|null. sourceTitle appears only when the publisher worded it differently.",
                        "properties": {
                          "match": {
                            "enum": [
                              "exact",
                              null
                            ],
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "publishedAt": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "rank": {
                            "type": "number"
                          },
                          "source": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "sourceTitle": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "url": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "whyItMatters": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "required": [
                          "rank",
                          "title",
                          "whyItMatters",
                          "url",
                          "publishedAt",
                          "source",
                          "match"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "report": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "report",
                    "headlines"
                  ],
                  "type": "object"
                },
                "meta": {
                  "description": "Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.",
                  "properties": {
                    "dataAsOf": {
                      "description": "Vintage of the observations, as upstream declared it.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "degraded": {
                      "type": "boolean"
                    },
                    "freshness": {
                      "description": "'stale' means past this route's advertised cadence — still served, never withheld.",
                      "enum": [
                        "fresh",
                        "stale",
                        null
                      ],
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "generatedAt": {
                      "type": "string"
                    },
                    "sourceHealth": {
                      "type": "object"
                    },
                    "stalenessSec": {
                      "type": [
                        "number",
                        "null"
                      ]
                    }
                  },
                  "required": [
                    "generatedAt",
                    "degraded",
                    "sourceHealth"
                  ],
                  "type": "object"
                },
                "status": {
                  "enum": [
                    "success",
                    "failed"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "status",
                "data",
                "meta"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "builder-code": {
    "info": {
      "a": "bc_hc2dhq09"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "properties": {
        "a": {
          "description": "App builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        },
        "s": {
          "description": "Service builder codes",
          "items": {
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "type": "array"
        },
        "w": {
          "description": "Wallet builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "otto-content-receipt": {},
  "register-with-aidress": {
    "register_url": "https://api.aidress.ai/llms.txt",
    "transaction_count": 42,
    "trust_score": 82
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://api.aidress.ai/pay/agent_ottoai_crypto_news");
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://api.aidress.ai/pay/agent_ottoai_crypto_news")
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/580.json, and this resource appears in /discovery/resources and /discovery/search.