API DOCUMENTATION

Sentinel RxAPI Reference

Complete documentation for integrating AI-powered chart analysis into your trading tools, bots, and custom applications.

https://sentinel.rezarexa.com/api

Sentinel 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

PlanRequests/minAnalyses/dayAPI Credits
Free105$0.50
Starter30100$5.00
Pro60Unlimited$15.00
Institutional120Unlimited$50.00

Response Format

All responses are returned as JSON. Successful responses include the data directly. Error responses include an error code and message.

json
// 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.