Skip to main content
Access vault state, metrics, and historical data via the REST API and TypeScript SDK. Use these endpoints to build dashboards, monitoring tools, and analysis pipelines.

List All Vaults

Fetch all available Kamino vaults with their state and configuration.

Vault Details

Get the full state and configuration for a specific vault.

Current Metrics

Get real-time metrics including APY, exchange rate, and TVL.

Metrics History

Query historical vault performance over a time range. Returns time-series data including TVL, APY, and exchange rate changes.
Historical data is only available via the API.

Vault Summary

Get aggregated summary statistics for all vaults.

Token Metadata

Get the receipt token metadata for a vault.

Additional Resources

Full API Reference

SDK Examples