API v1
Pearlixa API Documentation
Integrate institutional-grade quant signals into your applications
Quick Start
Get your first prediction in under 5 minutes.
2
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": "2024-01-15T10:30:00Z"
}
}Next Steps
Need Help?
Can't find what you're looking for?