API Access

Access the power of TrenchXBT's market intelligence directly through our RESTful API. Build custom tools, integrate with your trading system, or create your own dashboards with our comprehensive data endpoints.

Available Plans

Basic
$99
per month
100 requests per minute
Market data endpoints
Basic whale movement tracking
Email support
Enterprise
Contact us
custom pricing
Unlimited requests
Full access to all endpoints
Advanced AI prediction models
Custom integrations
Dedicated support team
SLA guarantees

API Documentation

Our RESTful API provides a wide range of endpoints to access market data, whale movements, and technical analysis. Below are some of the key endpoints available.

GET /api/v1/market/summary
Get a summary of current market conditions including trading volume, market cap, and sentiment indicators.
// Example Response { "timestamp": "2025-02-22T08:30:45Z", "total_market_cap": 5728493052361, "total_24h_volume": 389471593027, "btc_dominance": 42.3, "market_sentiment": "bullish", "fear_greed_index": 65 }
GET /api/v1/whale/movements
Track significant whale movements with transaction data, wallet information, and historical context.
// Example Response { "movements": [ { "timestamp": "2025-02-22T07:15:22Z", "token": "BTC", "amount": 312.54, "usd_value": 14568700, "from_wallet": "0x3a1b2c...", "to_wallet": "0x7f8e9d...", "whale_type": "exchange", "trend_impact": "high" }, { "timestamp": "2025-02-22T06:32:15Z", "token": "ETH", "amount": 4250.82, "usd_value": 9878500, "from_wallet": "0x1d2e3f...", "to_wallet": "0x5a6b7c...", "whale_type": "institutional", "trend_impact": "medium" } ], "total_count": 253, "page": 1, "limit": 10 }
GET /api/v1/analysis/token/{symbol}
Get comprehensive technical analysis for a specific token, including indicators, patterns, and price predictions.
// Example Request: /api/v1/analysis/token/BTC // Example Response { "symbol": "BTC", "name": "Bitcoin", "price": 46553.21, "price_change_24h": 2.34, "volume_24h": 28937451290, "market_cap": 894572938475, "technical_indicators": { "rsi": 58.4, "macd": 235.67, "macd_signal": 210.32, "macd_histogram": 25.35, "bollinger_bands": { "upper": 47812.45, "middle": 46210.33, "lower": 44608.21 } }, "pattern_recognition": [ { "pattern": "bull_flag", "confidence": 0.78, "timeframe": "4h" } ], "ai_prediction": { "direction": "bullish", "confidence": 0.82, "target_price_24h": 48120.50, "target_price_7d": 51450.75 } }

For full API documentation, example code in various languages, and implementation guides, please refer to our Developer Portal after signing up.

Ready to integrate with TrenchXBT?

Get started with our API today and bring powerful market intelligence to your trading systems and applications. Contact our sales team for enterprise solutions or custom integrations.