list_deposits
Filtered deposit list. Deposit search. Filters are optional; an empty query returns a bounded page (default limit=50, max 200). Optional filters: depositor, delegate, platform, currency, and/or a date window (from/to/range). When a window is supplied the server filters on deposit creation timestamp and the response echoes a window block. Market rows include DRM and oracle pricing fields (manager_rate, manager_fee, rate_source, rate_manager_id, oracle_rate, effective_oracle_rate, adapter, kind, is_oracle_backed, oracle_source, spread_bps, is_delegated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied. | |
| from | No | Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied. | |
| sort | No | Sort direction by canonical timestamp. Default: `desc`. | |
| limit | No | Max number of results to return. | |
| range | No | Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retired on 2026-04-30; use the explicit shortcuts below. | |
| cursor | No | Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint. | |
| offset | No | Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate. | |
| status | No | ||
| currency | No | Repeatable or comma-separated currency codes. | |
| delegate | No | Delegate address. | |
| platform | No | Repeatable or comma-separated platform ids (analytics treats as verifier alias). | |
| accepting | No | Filter by accepting intents. | |
| depositor | No | Maker address. |