view_orders
View your own orders at a station (Shows your active buy and sell orders at a station, including fill progress. Provide station_id as either the station's Base ID or station POI ID to view without being docked; omit to use your current docked station. Supports pagination, filtering, and sorting. Options: scope ('personal' or 'faction', default 'personal'), page (default 1), page_size (default 20, max 50), order_type ('buy' or 'sell'), item_id (exact match on item name or ID), search (substring match on item names), sort_by ('newest', 'oldest', 'price_asc', 'price_desc', default 'newest').)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| scope | No | Order scope: 'personal' (default) or 'faction' (requires faction membership) | |
| search | No | Filter by substring match on item names | |
| item_id | No | Filter by item (exact match on item name or ID) | |
| sort_by | No | Sort order: 'newest' (default), 'oldest', 'price_asc', 'price_desc' | |
| page_size | No | Results per page (default 20, max 50) | |
| order_type | No | Filter by order type: 'buy' or 'sell' | |
| session_id | Yes | Your session ID from login/register | |
| station_id | No | Optional: station Base ID or station POI ID to view your orders at without being docked. If omitted, must be docked and uses the current station. |