The missing data layer for the AI era. Real-time sentiment, trade signals, and curated news โ via REST or natively in Claude Code, Cursor & GitHub Copilot via MCP.
// Future Ready
Everything you need to build sophisticated trading bots, predictive models, and market analysis tools โ delivered via a single, high-performance API.
Access real-time AI sentiment scores and market mood indicators to gauge market emotion instantly.
Get realtime content with enhanced metadata including briefs, summaries, clout, sentiment and relevancy scores.
We combine traditional technical analysis with AI models to detect changes in market trends and conditions.
Built for AI agents with native MCP and llms.txt support for seamless LLM integration.
Track 350+ cryptocurrencies with detailed trend signals, historical sentiment data, and AI-curated content.
Simple REST API with clear documentation allows devs to integrate sentiment, content, and signals in minutes.
// Use cases
From solo developers to institutional quant teams โ here's how Guavy's API powers real agentic workflows.
An agent that polls sentiment history across a portfolio of coins and fires alerts or webhooks when sentiment crosses defined thresholds. No manual monitoring required.
Feed Guavy's buy/sell/hold signals and backtest data into an LLM-powered trading agent. Let it reason about when to enter and exit positions using AI-validated trend data.
An agent that pulls the AI market summary, top movers, and coin-specific analysis each morning and composes a concise brief delivered to Slack, email, or a dashboard.
Inject live Guavy news briefs into your RAG pipeline so your LLM answers questions with up-to-the-minute market context โ not stale training data.
Build a mobile or web app that surfaces personalized coin recommendations, sentiment charts, and curated news โ all powered by a single Guavy API key.
Augment quantitative models with AI-generated sentiment and signal data for 350+ coins. Backtest against 5 years of historical trend data with structured JSON responses.
// Quickstart
No SDKs to install. Standard REST with Bearer token auth. Works with any HTTP client.
Sign up at data.guavy.com. No credit card needed for the Sandbox tier. Your key is ready instantly.
Use standard REST endpoints from any HTTP client. For AI integrations, paste https://data.guavy.com/llms.txt into Claude, GPT, or any LLM โ it auto-discovers every endpoint.
Standard GET endpoints. JSON responses. Add your Bearer token to the Authorization header and you're calling live crypto data in seconds.
For native agent tool-use, use Guavy's MCP server to give your agent first-class access to sentiment, signals, and news as callable tools.
# Get live Bitcoin sentiment for your agent import requests API_KEY = "YOUR_GUAVY_API_KEY" BASE = "https://data.guavy.com/api/v1" headers = { "Authorization": f"Bearer {API_KEY}" } # Fetch today's BTC sentiment r = requests.get( f"{BASE}/sentiment/get-sentiment-history/btc", headers=headers, params={"limit": 1} ) today = r.json()["sentiment"][0] print(f"BTC positive: {today['positive']}") print(f"BTC negative: {today['negative']}") # Get trade signal signal = requests.get( f"{BASE}/trades/get-current-action/btc/aggressive", headers=headers ).json() print(f"Signal: {signal['action']}") # โ Signal: Buy
// Integrations
Standard REST API for any client. Native MCP and llms.txt support means your AI agent in Claude Code, Cursor, or GitHub Copilot discovers every endpoint automatically.
// The Edge
Concrete advantages for builders who add Guavy to their stack.
Plain REST with Bearer auth. No SDKs, no setup. Your agent is calling live crypto data before the coffee is done.
Validate strategies against years of sentiment, trend, and signal data โ not just the last 30 days. Know what holds before you ship.
Full sentiment coverage from BTC to long-tail altcoins. One key, one integration, the entire market.
Sentiment and signals update continuously throughout the day โ so your agent acts on market shifts before they show up in price.
// Pricing
Every plan includes a 30-day hassle-free trial. No credit card needed for Sandbox.
// FAQ
https://data.guavy.com/llms.txt. This file contains the complete API spec in a format LLMs understand natively. Your agent will know every endpoint, parameter, and response format without any additional setup. For MCP-native integration, use the Guavy MCP server so your agent can call crypto data as first-class tools.
get-market-summary
and get-instrument-analysis
endpoints are refreshed daily with AI-generated summaries of current conditions.
list-symbols
endpoint to get the full list programmatically.
limit and skip) to batch requests efficiently.
// Get started
Free sandbox forever. No credit card required. Live data in minutes.
Disclaimer: Guavy is a data and market intelligence provider, not an investment advisor. The information, signals, and market analysis provided by the Guavy mobile application, API, and related services are for informational purposes only and are not intended as financial advice, investment recommendations, or an endorsement of any particular trading strategy. Cryptocurrency trading is highly volatile, carries significant risk, and may not be suitable for all investors. Past performance is not indicative of future results. Users should consult with a qualified financial professional before making any investment decisions. Guavy makes no guarantee of trading profits or financial returns.
Real-Time Market Intelligence for Apps, Funds & Agents
Location
729 55 Ave SW
Calgary AB T2V 0G4
Canada
Get Your Daily Crypto Market Update
Receive the most important news, market sentiment, and prices for leading instruments. Delivered straight to your inbox.
ยฉ 2025 Guavy Inc