tickory_list_alert_events
List alert events for your API key, with optional filters by scan ID, time range, and cursor for pagination. Enables review of triggered alerts from automated Binance scans.
Instructions
List alert events for the API key owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque cursor from a previous list call. | |
| limit | No | Optional page size. | |
| scan_id | No | Optional scan filter. | |
| since | No | Optional RFC3339 lower bound for created_at. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of events returned. | |
| events | Yes | ||
| next_cursor | No | Opaque cursor for the next page. | |
| payload_version | Yes | Upstream alert event payload version. | |
| schema_version | Yes | Tickory MCP tool schema version. |