Integrate Kamino
Developers can integrate Kamino using the Kamino Typescript SDK or the Kamino REST API.REST API
REST API for vault lists, performance metrics, user positions, and transaction history.
TypeScript SDK
Compose on-chain transactions for deposits, borrows, repayments, and withdrawals.
Kamino Products
Getting Started
Set up your development environment:1
Install SDK
Install the K-Lend Typescript SDK and Solana Kit packages.
2
Setup the RPC (optional)
Use a private RPC for reliability. Public RPCs are often rate-limited and can cause transaction failures.
Multiple RPC providers are available. Helius is one option. @solana/kit is used for standardized RPC interactions with improved type safety and better handling of Solana transactions.
3
Create or Import Wallet (optional)
Choose a method to create or import a wallet for signing transactions.
Alternatively, create a wallet using a browser wallet provider like Phantom.