> ## 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 24, 2026 - Wallet Trades V2 & WSS Per-Subscription Throttle

> New wallet trades V2 endpoint with SDK support, and WebSocket subscriptions support maxUpdatesPerMinute throttling

**TL;DR**: A new wallet trades V2 endpoint is live with full SDK support, and WebSocket subscriptions now support `maxUpdatesPerMinute` throttling to control update frequency.

***

## Wallet Trades V2 Endpoint

New V2 endpoint for fetching wallet trade history:

```
GET /api/2/wallet/trades
```

* Consistent parameter naming aligned with other V2 wallet endpoints
* Richer trade data structure with enhanced metadata
* Full SDK support and OpenAPI documentation

***

## WSS Per-Subscription Throttle

WebSocket subscriptions now support a `maxUpdatesPerMinute` parameter:

* Control the update frequency per subscription
* Prevents message flooding for high-activity tokens
* Configurable at subscription time — documented in the WebSocket stream reference

***

## Streams — pairData Enrichment

WebSocket stream messages now include `pairData` enrichment:

* Trade and swap messages carry additional pair-level context
* Reduces the need for separate API calls to get pair information

***

*Shipped by Delox, Sacha & Sanjay*
