getOrderList
Query your trade order history with optional filters. Retrieve order status, amounts, fees, and execution time to confirm trade results.
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 |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| direction | No | ||
| pageIndex | No | ||
| tokenCode | No | ||
| tradeType | No | 0 | |
| orderStatus | No |