Market Sentiment:
Bearish (30)
API Documentation
CryptoGPT internal API endpoints for developers.
POST
/cryptogpt/api/chat/
Send a message to an AI agent. Requires api_key, provider, model, message, and agent parameters.
GET
/cryptogpt/api/market-data/?limit=20
Fetch live market data for top coins from CoinGecko. Includes fear & greed index and global stats.
GET
/cryptogpt/api/sentiment/
Get sentiment data including Fear & Greed Index and social metrics.
GET
/cryptogpt/api/market-sentiment/
Quick market sentiment badge data (Bullish/Bearish) for UI updates.
Authentication
API keys are passed in the request body (not headers) on a per-request basis. They are never stored server-side.