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.
Advanced analytics
Request heavier per-vault analytics only when your product needs them. Selectable analytics sections include max drawdown, withdrawal pause ratio, composition, utilization rate, and the full V2 detailed-vault payload where supported.
Each request costs 1 base credit. The remaining cost scales with the number of items returned and the fields included for each item:
The per-item costs are cumulative. For example, a request that returns 10 items with
maxDrawdown and composition costs 1 + (10 × (2 + 3)) = 51 credits.
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.

