Skip to main content

Manage User Obligations

Manage and retrieve user obligations, positions, and transaction history using the Kamino SDK and API.
Historical obligation data is only available via the API.

Get User Obligation Info

Retrieve detailed obligation information including deposits, borrows, and health metrics.
getUserObligation.ts
View Code

Get All User Obligations

Retrieve all obligations for a user wallet, including different obligation types across the market.
getAllUserObligations.ts
View Code

Get All Obligations by Reserve

Retrieve all obligations that have deposits in a specific reserve. Useful for analyzing reserve utilization and user exposure.
getAllObligationsByReserve.ts
View Code

Get User Transaction History

Access all transaction history for a user’s wallet across deposits, borrows, repayments, and liquidations.
getTransactionHistory.ts
View Code

Additional Resources

API Examples

SDK Examples