Everything you need to integrate institutional-grade quant signals into your applications. From simple REST APIs to high-performance WebSocket feeds.
Comprehensive tools and documentation to get you building quickly
Complete code examples, SDKs, and implementation guides for all languages
Open SourceGet instant help with integration and troubleshooting
24/7 AvailableComplete API reference with examples and schemas
InteractiveReal-time API status, uptime metrics, and incident reports
LiveProduction-ready examples from basic calls to advanced trading bots
Get a single prediction for any crypto
// Basic prediction request
const response = await fetch('https://api.pearlixa.com/api/v1/predictions/single', {
method: 'POST',
headers: {
'X-API-Key': 'pl_your_api_key_here',
'Content-Type': 'application/json'
},
body: JSON.stringify({
symbol: 'BTCUSDT',
horizon: 'long'
})
});
const data = await response.json();
console.log(`${data.symbol}: ${data.action} (${(data.confidence * 100).toFixed(1)}%)`);
console.log(`Entry: $${data.entry_price}, Target: $${data.take_profit}, Stop: $${data.stop_loss}`);Our developer support team is here to help you succeed
Average response time: < 2 hours • Developer support available 24/7