For Developers

Tahlil Plus AI Developer Documentation

Authentication, endpoint structure, response behavior, and integration resources for Tahlil Plus AI APIs.

Start Here

To use Tahlil Plus AI APIs, include your API key in the Authorization header of each request.

Authorization: Bearer YOUR_API_KEY

Once authenticated, you can request supported endpoints and integrate the APIs into your application, platform, or workflow.

Pricing API

Access pricing data, historical market data, market metrics, and dominance values.

Analysts API

Access analyst-related metadata, profiles, rankings, and scoring signals.

Analysis API

Access structured market analysis outputs, summaries, targets, and tracked records.

Documentation Structure

  • Authentication
  • Base URLs
  • Rate Limits
  • Response Format
  • Error Handling
  • Endpoint Examples
  • Portal Access and Plan Management

Example Requests

Current Price

curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://your-api-domain/current_price?symbol=BTCUSDT"

Historical Data

curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://your-api-domain/history?symbol=BTCUSDT&resolution=60&from=START_TS&to=END_TS"

Total Market Metric

curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://your-api-domain/current_price?symbol=TOTAL"

Developer FAQ

  • How do I get an API key? Create or sign in through the Developer Portal.
  • How do I authenticate? Use the Authorization header with your API key.
  • Are all endpoints available on all plans? No. Access depends on the selected plan.
  • Can I use the APIs in production? Yes, depending on your plan and access level.

Manage Access, Keys, and Usage

Open the Developer Portal to create and manage API keys, review plan access, and monitor your usage.