getLPOrderList
Retrieve LP order history with filters to verify stake/redeem results and check pending order completion.
Instructions
Query the user's LP order history (stake and redeem operations) with optional filters. Returns paginated order list including order status, amounts, fees, and execution time.
AI agent should call this after executing stake/redeem to confirm the result to the user. Poll with appropriate orderStatus filter to check if a pending order has completed.
Do NOT use this endpoint to get position details — use getLPPositionList instead.
Agent hint: Use this endpoint to check order status after executing stake/redeem, or when user asks about order history. After executeLPStake or executeLPRedeem, poll this endpoint and match the response items by orderNo (orderNo is a response field; this endpoint accepts no orderNo input — filter the listing by orderType and orderStatus instead). Do NOT use this to check current positions — use getLPPositionList for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderType | No | 0 | |
| tokenCode | No | ||
| orderStatus | No | ||
| days | No | ||
| limit | No | ||
| pageIndex | No | ||
| poolAddress | No |