search_explorer
Search intents, deposits, or addresses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | ||
| role | No | Optional role filter: taker, recipient, verifier. | |
| type | No | Optional override: tx_or_hash, address, deposit_id. | |
| limit | No | Max number of results to return. | |
| 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. |