portfolio.get_positions

Monitor all open positions with real-time P&L tracking across platforms.


Overview

The portfolio.get_positions tool provides a comprehensive view of your prediction market portfolio, including unrealized gains/losses, position concentration, and risk metrics.


Parameters

Parameter
Type
Required
Description

platform

string

No

Filter by platform: "polymarket", "kalshi", or "all" (default: all)

include_closed

boolean

No

Include recently closed positions (default: false)

min_value

number

No

Filter positions with value > USD (default: 0)


Request Example

result = agent.run("""
  Show all open positions with current P&L
""")

Response Format


Last updated