> ## 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 4, 2026 - Batch Trades Download

> New endpoint to batch download trades with filters

**TL;DR**: New `/trades/filters` endpoint for batch downloading trades with cursor pagination.

***

## Batch Trades Download

New endpoint to download trades in bulk with filtering:

* Filter by blockchain, token address, and timeframe
* Cursor-based pagination for large datasets
* Up to 5000 trades per request
* Supports 1-hour timeframe windows

```
GET /api/2/trades/filters?blockchain=solana&from=1706745600000&to=1706749200000
```

***

*Shipped by Delox*
