getOrderList
Retrieve your trade order history with filters for status, token, and time. Use to confirm trade execution or check pending order completion.
Instructions
Query the user's trade order history with optional filters. Returns paginated order list including order status, token amounts, fees, and execution time.
AI agent should call this after executing a trade to confirm the result to the user.
Poll with orderStatus=[1] filter to check if a pending order has completed.
Do NOT use this endpoint to get token prices or market data — use getBizTokenPriceList instead.
Do NOT use this to check asset holdings — use getAssetList instead.
Agent hint: Use this endpoint to check order status after executing a trade, or when user asks about their trade history. After executePurchase or executeRedeem, poll this with the orderNo to confirm completion. Do NOT use this to get token prices — use getBizTokenPriceList. Do NOT use this to check portfolio holdings — use getAssetList.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tradeType | No | 0 | |
| tokenCode | No | ||
| orderStatus | No | ||
| days | No | ||
| limit | No | ||
| pageIndex | No | ||
| direction | No |