Pearlixa API Documentation
Integrate institutional-grade quant signals into your applications
All API outputs including action, entry_price, take_profit, and stop_loss are algorithmic model outputs only, not personalized investment advice. Past model accuracy does not guarantee future results. Always apply your own risk management before acting on any data. Pearlixa is not a licensed investment advisor.
Quick Start
Get your first prediction in under 5 minutes.
1
Get Your API Key
Join the early-access list. At launch you create your API key in the dashboard.
Get early access2
Make Your First Request
bash
curl -X POST "https://api.pearlixa.com/api/v1/predictions/single" \
-H "X-API-Key: pl_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{"symbol": "BTCUSDT"}'3
Handle the Response
json
{
"success": true,
"data": {
"symbol": "BTCUSDT",
"action": "BUY",
"confidence": 0.82,
"horizon": "long",
"entry_price": 95200.00,
"take_profit": 98500.00,
"stop_loss": 92100.00,
"analyzed_at": "2026-06-23T10:30:00Z"
}
}Next Steps
Need Help?
Can't find what you're looking for?