jupiter_getLimitOrders
Retrieve all active or historical limit orders for a given wallet address on Solana.
Instructions
Get all limit orders (active and optionally historical) for a wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| wallet | Yes | Wallet address to query | |
| inputMint | No | Token mint address (base58) | |
| outputMint | No | Token mint address (base58) | |
| orderStatus | Yes | Filter by order status: "active" for open orders, "history" for filled/cancelled |