Skip to content
Guavy Logo GUAVY
GET
·
/api/v2/crypto/newsroom/get-market-summary

Get Market Summary

Get a daily analysis of global market trends and performance.

API Request

Example Request with cURL

curl \
--request GET \
--url     'https://guavy.com/api/v2/crypto/newsroom/get-market-summary' \
--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/v2/crypto/newsroom/get-market-summary

{
  "date": "2026-08-16",
  "summary": "The current sentiment analysis indicates a bearish trend in the cryptocurrency market.  \n\nLong-term positive sentiment is at 64.02%, mid-term at 61.22%, and short-term at 61.64%. The short-term sentiment is significantly below the 70% threshold, signaling immediate bearish pressure.  \n\nComparing across time frames, the short-term sentiment is only slightly above the mid-term but well below long-te...",
  "timestamp": 1786917606
}

Response Object

date
string
The date for which the summary applies.
summary
string
An AI-generated summary of current market conditions. This may contain HTML tags.
timestamp
integer
UNIX timestamp (in SECONDS) of the date the summary was generated. Note: this endpoint and get-instrument-analysis return seconds; the briefs, sentiment and price-history endpoints return milliseconds.

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.

You never have to guess how much is left: every metered response carries your balance in x-tokens-* headers — x-tokens-cost (what this call cost), x-tokens-limit / x-tokens-remaining (monthly), and x-tokens-limit-today / x-tokens-remaining-today (daily). The remaining values are net of any credit applied to the same request.

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

Account Limits

Each plan includes a monthly token budget: 3,000 for Sandbox, 250,000 for Quant, and 1,000,000 for Pro. Your monthly plan budget resets to the full amount on the 1st of each month — unused base tokens don't carry over. You can top up at any time with a one-time token pack; pack tokens never expire and any unused pack balance rolls forward. If you exceed your budget, the API returns a 401 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.