API

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.

1
Install the SDK
2
Initialize with your API key
3
Start making requests
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.

GET/v1/tokens/{address}/analysisFull token analysis including holders, bundles, and risk
GET/v1/tokens/{address}/holdersDetailed holder breakdown with classifications
GET/v1/tokens/{address}/bundlesRecent bundle activity and coordinated trades
GET/v1/tokens/{address}/riskRisk score and factor breakdown
GET/v1/wallets/{address}Wallet analysis and trading history
POST/v1/webhooksCreate webhook for real-time alerts

API 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.