faction_query_trade_intel
Search your faction's market price database, or an allied faction's (Query by base_id or station_name; base_id accepts either the station's Base ID or station POI ID. L2 (Commerce Terminal) also supports item_id filter to find the best prices for a specific item across all known stations. Paginate with offset and limit (default 20, max 50). Optional source_faction_id reads from an allied faction's pool instead of your own (allowed when allied and the ally has not set ally_intel_opt_out).)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, max 50) | |
| offset | No | Pagination offset | |
| base_id | No | Filter by station Base ID or station POI ID | |
| item_id | No | Filter by item ID (requires L2 Commerce Terminal) | |
| session_id | Yes | Your session ID from login/register | |
| station_name | No | Filter by station name | |
| source_faction_id | No | Optional ally faction whose trade intel pool to read (defaults to own faction). Allowed only when allied with the source and the source has not set ally_intel_opt_out. |