Solana vaults
Build Solana/SVM vault integrations alongside the EVM vault API surface. These endpoints cover Solana vault discovery, detailed vault data, wallet positions and events, idle assets, and ready-to-sign transaction construction.
SVM transaction responses return one or more actions with a Solana transaction object at
actions[].tx.transaction. The value is a base64-encoded serialized Solana transaction ready for wallet signing. Passing simulate=true can add a simulation object with status plus token amounts expected to be spent or received.
Borrow markets
Build borrow dashboards and account-health views against one borrow market model instead of wiring separate protocol-specific routes. Use these endpoints for market discovery, historical rates, user positions, user events, and ready-to-sign borrow transaction payloads.
Borrow market responses expose
assetsData[].marketAssetId. Pass that value as {assetId} when chaining from market discovery into historical data, portfolio events, asset-level positions, or transaction endpoints.
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.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.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.
Beta endpoints require an API key. Sign up to get started, then watch the changelog for changes before general availability.

