Guavy Logo GUAVY
Newsroom Search Briefs
GET
·
/api/v1/newsroom/search-briefs

Search Briefs

Search news brief titles for matching keywords for a specific coin. Results are restricted to the past 24 hours.

Attributes

symbol
string
Required
Coin symbol to search briefs for (e.g. BTC, ETH).
keywords
string
Search keywords to match against brief titles (case-insensitive). Defaults to empty string (all briefs).
limit
integer
The maximum number of briefs to return. Defaults to 20.

API Request

Example Request with cURL

curl \
--request GET \
--url     'https://data.guavy.com/api/v1/newsroom/search-briefs/<symbol>?keywords=<string>&limit=<integer>' \
--header 'Authorization: Bearer YOUR-GUAVY-ACCESS-TOKEN' \
--header 'Content-Type: application/json'

This request format works across all modern HTTP clients, including Python requests, JavaScript fetch, and other programming language libraries.

Example Response for /api/v1/newsroom/search-briefs/BTC?keywords=bitcoin+legislation&limit=5

{
  "briefs": [
    {
      "article_id": "66660cd7-749d-491d-8dda-c9052d0f4d14",
      "body": "XRP has seen significant net inflows of $3.3 million in the past 24 hours, surpassing other major as...",
      "clout": 62.0,
      "date": "2026-04-09",
      "fud_fomo_bias": "neutral",
      "fud_fomo_score": 6,
      "impacted_coins": [
        {
          "asset": "XRP",
          "confidence": 8,
          "direction": "bullish",
          "timeframe": "short"
        },
        {
          "asset": "BTC",
          "confidence": 7,
          "direction": "bearish",
          "timeframe": "short"
        },
        {
          "asset": "ETH",
          "confidence": 6,
          "direction": "bearish",
          "timeframe": "short"
        }
      ],
      "sentiment": -2,
      "speculation_score": 4,
      "symbols": [
        "BTC",
        "crypto",
        "XRP",
        "ETH"
      ],
      "timestamp": 1775698723078,
      "title": "XRP Surpasses Bitcoin and Ethereum in Daily ETF Flows Amid C...",
      "tone": "neutral"
    },
    {
      "article_id": "8ad6d4d1-24e2-461b-9e25-701a181df807",
      "body": "YouTube has deleted the Bitcoin.com channel due to allegedly 'harmful' content, sparking criticism f...",
      "clout": 40.0,
      "date": "2026-04-09",
      "fud_fomo_bias": "fud",
      "fud_fomo_score": 7,
      "impacted_coins": [
        {
          "asset": "BTC",
          "confidence": 8,
          "direction": "bearish",
          "timeframe": "short"
        }
      ],
      "sentiment": -3,
      "speculation_score": 8,
      "symbols": [
        "BTC",
        "crypto"
      ],
      "timestamp": 1775698543874,
      "title": "YouTube Deletes Bitcoin.com Channel Amid Crypto Content Crac...",
      "tone": "formal"
    }
  ]
}

Response Object

briefs
array[object]
The array of matching news brief objects. Same structure as get-recent-briefs.

Token Costs

Each API call consumes tokens from your monthly budget. Endpoints that return richer or deeper data cost more tokens. Historical endpoints scale with the amount of data requested.

Endpoint Token Cost
GET /api/v1/ping 1
GET /api/v1/instruments/list-symbols 1
GET /api/v1/instruments/search-instruments/:query 2
GET /api/v1/instruments/get-detail/:symbol 5
GET /api/v1/instruments/scorecard/:symbol 10
GET /api/v1/newsroom/get-market-summary 3
GET /api/v1/newsroom/get-article/:id 3
GET /api/v1/newsroom/get-recent-briefs/:symbol 3 – 8 (scales with limit)
GET /api/v1/newsroom/search-briefs/:symbol 3 – 8 (scales with limit)
GET /api/v1/newsroom/get-instrument-analysis/:symbol 10
GET /api/v1/trades/get-recent-buys 3
GET /api/v1/trades/get-recent-sells 3
GET /api/v1/trades/get-recommendations 5
GET /api/v1/trades/get-current-action/:symbol/:strategy 5
GET /api/v1/trades/get-trend-history/:symbol/:limit 5 – 15 (scales with limit)
GET /api/v1/trades/get-backtest-history/:symbol/:strategy 8 – 20 (scales with years)
GET /api/v1/trades/get-backtest-summary/:symbol/:strategy 8 – 20 (scales with years)
GET /api/v1/sentiment/get-sentiment-history/:symbol 3 – 12 (scales with limit)
GET /api/v1/technical-analysis/get-price-history/:symbol 5
GET /api/v1/technical-analysis/get-indicators/:symbol 8

Account Limits

Each plan includes a monthly token budget: 3,000 for Sandbox, 250,000 for Quant, and 2,000,000 for Commercial. You can top up at any time with a one-time token pack — unused tokens roll over every month. If you exceed your budget, the API returns a 403 until the next reset or until you purchase more tokens.

Connection Limits

The Guavy API has a limit of 10 simultaneous connections and a 120-second timeout per request. We recommend caching responses that don't change frequently to reduce token consumption and improve performance.

Was this helpful?
Feedback option #{picture.id}
Feedback option #{picture.id}
Feedback option #{picture.id}
Feedback option #{picture.id}

© 2026 Guavy Inc. All rights reserved.