alpha_get_open_orders
Fetch open orders for a wallet on Alpha Arcade markets to monitor trading positions and manage active transactions on the Algorand blockchain.
Instructions
Fetch all open orders for a wallet on a specific Alpha Arcade market. Uses your active MCP wallet if walletAddress is not provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketAppId | Yes | The market app ID | |
| walletAddress | No | Algorand wallet address (uses active MCP wallet if omitted) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |