> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turtle.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Query user-level position data, balances, and activity across all vaults.

The Portfolio API gives you a complete view of a user's positions across all vaults integrated with Turtle. Use it to display current balances, track deposit and withdrawal history, and surface claimable rewards.

<CardGroup cols={2}>
  <Card title="Wallet Activity" icon="clock-rotate-left" href="/sdk/portfolio/activity">
    View deposit and withdrawal history for any wallet address.
  </Card>

  <Card title="Distributor Activity" icon="chart-mixed" href="/sdk/earn-api/deposits">
    View deposits attributed to your distributor.
  </Card>

  <Card title="User Positions" icon="chart-pie" href="#">
    Query current vault positions per wallet. Coming Soon.
  </Card>

  <Card title="Wallet Balance" icon="wallet" href="#">
    Check idle token balances not deployed in vaults. Coming Soon.
  </Card>
</CardGroup>

## What you can do

* View all deposits and withdrawals for any wallet address via [Wallet Activity](/sdk/portfolio/activity)
* View deposits attributed to your distributor via [Distributor Activity](/sdk/earn-api/deposits)
* Query current vault positions per wallet address (coming soon)
* Check idle token balances not currently deployed in vaults (coming soon)

## Choosing the right endpoint

| Use case                                                   | Endpoint                                       |
| ---------------------------------------------------------- | ---------------------------------------------- |
| Build a portfolio UI showing a user's transaction history  | [Wallet Activity](/sdk/portfolio/activity)     |
| Track deposits and volume flowing through your integration | [Distributor Activity](/sdk/earn-api/deposits) |

<Note>
  User position and wallet balance endpoints are currently being finalized. Full position data will be available soon.
</Note>
