Alert shape:
alertsByMint
Historical alerts fired for a specific mint, newest first.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
mint | String | yes | Token mint address (≥ 32 chars). |
limit | Int | no | Default 100, max 1000. |
offset | Int | no | Default 0. |
Example
recentAlerts
Most recent alerts across all mints.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
limit | Int | no | Default 100, max 1000. |
offset | Int | no | Default 0. |
Example
topAlerts
Highest-ranked alerts by volume / impact over a fixed period. Omit period for the all-time top list.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
limit | Int | no | Default 100, max 1000. |
period | String | no | "daily", "weekly", or "monthly". Omit for all-time. |
