getLaunchpoolUserActivityLog
Fetch authenticated user's Launchpool staking operation history, filterable by coin, operation type, status, and time range to investigate pledges, redemptions, or interest credits.
Instructions
Returns the authenticated user's Launchpool staking operation history, paginated by page number. Filter by coin, operation type, record status, and time range.
AI agent can use this to show a user their staking transaction history or investigate specific operation types such as pledges or redemptions.
Agent hint: Use this endpoint to retrieve a user's staking operation history. Filter by type to focus on a specific operation (e.g. type=0 for pledges, type=1 for manual redemptions, type=2 for interest credits). startTime and endTime must be provided together as 13-digit ms timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| status | No | ||
| current | No | ||
| endTime | No | ||
| pageSize | No | ||
| stakeCoin | No | ||
| startTime | No |