Skip to main content
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