> For the complete documentation index, see [llms.txt](https://delpho.gitbook.io/delpho-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delpho.gitbook.io/delpho-docs/for-developers/portfolio-apis.md).

# Hyperfolio / portfolio APIs

\[PENDING: V1.1. Portfolio-level APIs for surfacing user positions across Delpho ship in V1.1.]

The intent is a single REST or GraphQL endpoint that returns:

* All Delpho positions for an address (collateral type, debt, LTV, health factor, liquidation price).
* sUSDV balance and accrued yield.
* Recent activity (mints, repays, liquidations, stake/unstake events).

This is intended for portfolio dashboards, integrators surfacing Delpho positions to their users, and risk monitoring tools.

For raw contract reads, see [Read functions](/delpho-docs/for-developers/read-functions.md).
