{
  "x402Version": 2,
  "id": 1492,
  "slug": "1492",
  "resource": "https://api.brazilayer.com/v1/mercado/noticias",
  "description": "Brazilian financial & crypto market news, refreshed every 15 minutes from major Brazilian outlets: headline, summary, link, topic (crypto, macro, fx, regulation, companies), investor sentiment and 0-10 market relevance. Brazil is a top-10 crypto adoption market — central bank moves, Drex (CBDC) and CVM regulation move prices. Filters: tema, sentimento, relevancia_min. Free sample, no payment: https://api.brazilayer.com/v1/mercado/amostra",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3Cc1D8ee1dfdFd326c19B0884B8dF4b24B623f0c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "por_pagina": 10,
            "sentimento": "negativo",
            "tema": "cripto"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "noticias": [
              {
                "fonte": "Cointelegraph Brasil",
                "link": "https://…",
                "relevancia": 8,
                "sentimento": "neutro",
                "tema": "regulacao",
                "titulo": "Banco Central detalha novas regras do Drex"
              }
            ],
            "total": 2
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "por_pagina": {
                    "description": "max 50, default 20",
                    "type": "integer"
                  },
                  "relevancia_min": {
                    "description": "0-10, filter by market relevance",
                    "type": "integer"
                  },
                  "sentimento": {
                    "description": "positivo | negativo | neutro",
                    "type": "string"
                  },
                  "tema": {
                    "description": "cripto | macro | cambio | regulacao | empresas",
                    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.brazilayer.com",
  "lastUpdated": "2026-09-08T08:21:33.715Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-08T08:21:33.072Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.brazilayer.com",
    "manifest_name": "api.brazilayer.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}