Lux Docs

Explorer Integration

Using the indexer as a backend for the Lux Explorer

The Lux Indexer provides the data layer for the Lux Explorer frontend.

API

The indexer serves /v1/explorer/* REST endpoints, GraphQL, and WebSocket subscriptions. The explorer frontend connects to these endpoints directly.

Switching the Frontend

Point the explorer frontend to the indexer:

NEXT_PUBLIC_API_HOST=http://api-indexer.lux.network

No frontend code changes needed.

Capabilities

FeatureSupported
EVM indexing (5 chains)Yes
DAG chain support (7 chains)Yes
P-Chain supportYes
Multi-chain (100+)Yes
DeFi protocol indexing (20+ protocols)Yes
PQ encrypted backupsYes
White-labelYes

On this page