API v1
Pearlixa API Documentation
Integrate AI-powered cryptocurrency predictions 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: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"symbol": "BTCUSDT", "horizon": "long"}'3
Handle the Response
json
{
"success": true,
"data": {
"symbol": "BTCUSDT",
"action": "BUY",
"signal": "bullish",
"confidence": 0.82,
"entry": 95200.00,
"target": 98500.00,
"stopLoss": 92100.00,
"takeProfit": 98500.00,
"analyzed_at": "2024-01-15T10:30:00Z"
}
}Next Steps
Need Help?
Can't find what you're looking for?