{
  "x402Version": 2,
  "id": 3039,
  "slug": "3039",
  "resource": "https://conc-exe.xyz/api/concierge-intel-wire",
  "description": "Wire headline digest — live RSS plus persisted Lounge feed with optional category filter",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb85c83cc448edca8eb724f5d79b523faff9375a7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x94db8343ec6839131c082126ea1e723e30c256f3",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "eip155:4663",
      "payTo": "0x94db8343ec6839131c082126ea1e723e30c256f3",
      "asset": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "9uiwHcDNYg8rbPDRaJBfMHVo8f8CAgCCZzz1JB6XyEFN",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "9uiwHcDNYg8rbPDRaJBfMHVo8f8CAgCCZzz1JB6XyEFN",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "9uiwHcDNYg8rbPDRaJBfMHVo8f8CAgCCZzz1JB6XyEFN",
      "asset": "F2bnJW1z55UQ9ZqGX5RwYQfvNJrd23n66eyBV5QZpump",
      "amount": "5695687551",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "category": "Geopolitics",
            "limit": 8,
            "message": "Middle East oil supply"
          },
          "bodyType": "json",
          "headers": {
            "Content-Type": "application/json"
          },
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "headlines": [
              {
                "category": "Geopolitics",
                "origin": "lounge",
                "source": "Reuters",
                "title": "Oil supply risk rises on shipping disruption"
              }
            ],
            "ok": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "category": {
                    "description": "Category filter (Macro, Geopolitics, Crypto, …)",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max headlines 1–20 (default 10)",
                    "type": "number"
                  },
                  "message": {
                    "description": "Relevance filter for Lounge wire memory",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "bodyType": {
                "const": "json"
              },
              "headers": {
                "type": "object"
              },
              "method": {
                "const": "POST"
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "headlines": {
                    "items": {
                      "properties": {
                        "category": {
                          "type": "string"
                        },
                        "origin": {
                          "enum": [
                            "live",
                            "lounge"
                          ],
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "ok": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "ok",
                  "headlines"
                ],
                "type": "object"
              },
              "example": {
                "additionalProperties": false,
                "properties": {
                  "headlines": {
                    "items": {
                      "properties": {
                        "category": {
                          "type": "string"
                        },
                        "origin": {
                          "enum": [
                            "live",
                            "lounge"
                          ],
                          "type": "string"
                        },
                        "source": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "ok": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "ok",
                  "headlines"
                ],
                "type": "object"
              },
              "type": {
                "const": "json"
              }
            },
            "required": [
              "type",
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "conc-exe.xyz",
  "lastUpdated": "2026-08-26T00:36:43.727Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T00:36:43.417Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "conc-exe.xyz",
    "manifest_name": "conc-exe.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}