Skip to main content
Use a wallet address to understand an account’s current exposure and trace how its activity has changed over time.

Open Positions

Inspect a wallet’s current outcome exposure and unrealized performance.
Call listPositions() on a PublicClient or SecureClient.

Closed Positions

Review the positions a wallet has exited or that have resolved, including their realized performance.
Call listClosedPositions() on a PublicClient or SecureClient.

Activity History

Follow the timeline for a wallet across trades and other activity.
Call listActivity() on a PublicClient or SecureClient.
Activity is a discriminated union. The type field identifies each variant:

Notifications

Notifications provide a short-lived record of unread events for the connected account. The CLOB retains them for 48 hours.

List Notifications

Call fetchNotifications() on a SecureClient:

Drop Notifications

Mark notifications as read after processing them. Dropped notifications no longer appear when you list unread notifications.
Call dropNotifications() on a SecureClient with the notification IDs:

Portfolio Value

Read the current portfolio value for a wallet.
Call fetchPortfolioValue() on a PublicClient or SecureClient.