Skip to main content
Access depositor position data, profit & loss tracking, and transaction history via the REST API and TypeScript SDK. Use these endpoints to monitor your vault’s depositors and their positions.

User Positions (All Vaults)

Get all vault positions for a specific wallet address.

User Vault Position

Get a specific user’s position in a specific vault, including share balance and token value.

User Vault P&L

Get current profit and loss data for a user’s position in a specific vault. Returns P&L in USD, SOL, and token denominations.

User Vault P&L History

Query historical profit and loss data. Returns transaction-level P&L history with cost basis, realized gains, and position values.
P&L history is only available via the API.

User Vault Metrics History

Retrieve historical performance metrics for a specific user and vault. Returns time-series data including shares, APY, and cumulative interest earned.
Metrics history is only available via the API.

User Total Metrics History

Query cumulative performance metrics for a user across all vaults over a time range. Returns aggregated time-series data.
Total metrics history is only available via the API.

User Transactions

Query deposit and withdrawal transaction history for a user.
Transaction history is only available via the API.

Additional Resources

Full API Reference

SDK Examples