Build with Lumos intelligence
Integrate token intelligence directly into your trading bots, applications, and workflows with our powerful API.
Built for developers
Everything you need to integrate Lumos into your stack.
Low Latency
Average response times under 100ms. Built for real-time trading applications.
RESTful Design
Clean, intuitive API design. Easy to integrate with any programming language.
Webhooks
Real-time push notifications for events. No polling required.
Secure
API key authentication with rate limiting. Enterprise SSO available.
SDKs
Official SDKs for Python, JavaScript, and more. Get started in minutes.
Usage Analytics
Monitor your API usage in real-time. Track calls, latency, and errors.
Simple integration
Get started with just a few lines of code. Our SDK handles authentication, retries, and error handling for you.
import { Lumos } from '@lumos/sdk';
const lumos = new Lumos({ apiKey: 'your-api-key' });
// Get full token analysis
const analysis = await lumos.tokens.analyze({
address: 'token-address',
include: ['holders', 'bundles', 'risk']
});
console.log(analysis.risk.score); // 72
console.log(analysis.holders.whales); // [...]
console.log(analysis.bundles.recent); // [...]API endpoints
Comprehensive endpoints for all your token intelligence needs.
/v1/tokens/{address}/analysisFull token analysis including holders, bundles, and risk/v1/tokens/{address}/holdersDetailed holder breakdown with classifications/v1/tokens/{address}/bundlesRecent bundle activity and coordinated trades/v1/tokens/{address}/riskRisk score and factor breakdown/v1/wallets/{address}Wallet analysis and trading history/v1/webhooksCreate webhook for real-time alertsAPI access by plan
-
Trader
10K
Pro (calls/mo)
Unlimited
Enterprise
Start building today
Get your API key and start integrating Lumos intelligence into your applications.