{
  "x402Version": 2,
  "id": 580,
  "slug": "580",
  "resource": "https://api.aidress.ai/pay/agent_ottoai_crypto_news",
  "description": "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.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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
    }
  },
  "tags": [
    "bazaar",
    "builder-code",
    "otto-content-receipt",
    "register-with-aidress"
  ],
  "sourceHost": "api.aidress.ai",
  "lastUpdated": "2026-09-17T09:15:31.152Z",
  "quality": {
    "calls30d": 24,
    "uniquePayers30d": 14,
    "lastCalledAt": "2026-09-17T09:15:29.881Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.aidress.ai",
    "manifest_name": "api.aidress.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}