> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ✨ February 19, 2026 - Market Lighthouse Endpoint & Versioned Solana Swaps

> New Market Lighthouse endpoint for signal aggregation, versioned Solana swap extraction, and 10x faster GRPC recovery

**TL;DR**: A new Market Lighthouse endpoint aggregates market signals, Solana swaps now carry version metadata for traceability, and GRPC stream recovery drops from \~2 minutes to \~10 seconds.

***

## Market Lighthouse Endpoint

New endpoint for aggregated market signal data:

```
GET /api/2/market/lighthouse
```

* Aggregates key market indicators and on-chain signals for a token
* Designed for use cases that need a quick health overview of a market
* Schemas defined in `@mobula/types` for SDK consumers

***

## Versioned Solana Swaps

Solana swap records now include extraction version metadata:

* Each swap is tagged with the extractor version that produced it
* Enables targeted reprocessing when extraction logic changes
* Makes auditing and debugging swap data regressions easier

***

## GRPC Stream Recovery — \~10s vs \~2min

Solana GRPC stream reconnection time reduced dramatically:

* Recovery from stream failure drops from \~2 minutes to \~10 seconds
* Achieved by removing unnecessary backoff in the reconnect loop
* Reduces the window of missed on-chain events during stream outages

***

*Shipped by Delox & Sacha*
