Sentinel RxAPI Reference
Complete documentation for integrating AI-powered chart analysis into your trading tools, bots, and custom applications.
https://sentinel.rezarexa.com/apiSentinel Rx API
The Sentinel Rx API provides programmatic access to AI-powered chart analysis, market regime detection, and trading intelligence. Build custom integrations, automate your analysis workflow, or integrate Sentinel Rx into your existing tools.
Base URL: https://sentinel.rezarexa.com/api
Key Features
AI Chart Analysis — Get structured analysis for any symbol/timeframe
Market Regime Detection — Real-time regime classification
Chart Upload — Upload screenshots for AI feedback
User Management — Credits, usage, and account management
Telegram Integration — Automated notifications
Multi-Model Support — Choose from 6+ AI providers
Rate Limits
| Plan | Requests/min | Analyses/day | API Credits |
|---|---|---|---|
| Free | 10 | 5 | $0.50 |
| Starter | 30 | 100 | $5.00 |
| Pro | 60 | Unlimited | $15.00 |
| Institutional | 120 | Unlimited | $50.00 |
Response Format
All responses are returned as JSON. Successful responses include the data directly. Error responses include an error code and message.
// Success Response
{
"status": "success",
"data": {
"symbol": "BTCUSDT",
"timeframe": "4h",
"analysis": { ... }
}
}
// Error Response
{
"status": "error",
"error": {
"code": "RATE_LIMIT_EXCEEDED",
"message": "Too many requests. Please wait 60 seconds."
}
}Start Building
Create your free account and make your first API call in under 2 minutes.