Beta endpoints are functional and tested but not yet part of the stable API. Interfaces may change before general availability. Not recommended for production use without monitoring.
Beta features are accessible using your existing API key. The endpoints below cover product areas that are being validated before general availability.
The Deep
Build AMM-style vault integrations for Deep liquidity positions. These endpoints cover vault discovery, wallet positions, and ready-to-sign deposit or withdrawal transactions.
| Method | Endpoint | Description |
|---|
GET | /beta/amm/deep/detailed-vaults | List Deep detailed vaults |
GET | /beta/amm/deep/positions/{userAddress}/{network}/{vaultId} | Get a Deep position |
GET | /beta/amm/deep/deposit/{userAddress}/{network}/{vaultId} | Create a Deep deposit transaction |
GET | /beta/amm/deep/withdraw/{userAddress}/{network}/{vaultId} | Create a Deep withdrawal transaction |
Fixed Term (Pendle)
Add fixed-term yield market support for Pendle-backed opportunities. Use these endpoints to retrieve detailed market data, preview transaction context, and generate swap-in or swap-out transactions.
| Method | Endpoint | Description |
|---|
GET | /beta/fixed-term/detailed/{network}/{vaultId} | Get fixed-term detailed vault data |
GET | /beta/fixed-term/context/{userAddress}/{network}/{vaultId} | Get fixed-term transaction context |
GET | /beta/fixed-term/transactions/{action}/{userAddress}/{network}/{vaultId} | Create a fixed-term transaction |
Portfolio
Measure user returns over a selected time window instead of only showing lifetime returns. This supports performance reporting, account history views, and user-specific analytics.
| Method | Endpoint | Description |
|---|
GET | /beta/portfolio/partial-returns/{userAddress}/{network}/{vaultId} | Get partial returns for a user, network, and vault |
Beta endpoints require an API key. Sign up to get started, then watch the changelog for changes before general availability.