List portfolio items
list_portfolio_itemsRetrieve items from your Pricempire trader portfolio with current price, quantity, float, and profit/loss. Sort by value descending and filter by limit or minimum value.
Instructions
List the items held in your Pricempire trader portfolio(s), with per-item details (current price, holdings/quantity, float, paint seed, stickers, category, avg buy price, unrealized P/L, ROI), sorted by current value descending. Supports optional limit and min_value filters, and an optional portfolio name/slug filter for accounts with multiple portfolios. Useful for "what are my most valuable items" style questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of items to return. | |
| min_value | No | Only include items whose current value is >= this amount. | |
| portfolio | No | Name or slug of a specific Pricempire trader portfolio to use, for accounts with multiple portfolios (e.g. "Main portfolio"). Omit to use all portfolios on the account combined. |