get_kamino_positions
Get a Solana wallet's lending position: deposits, borrows, USD valuations, health factor, and reserve warnings.
Instructions
READ-ONLY — enumerate a Solana wallet's Kamino lending position on the main market. Returns the obligation PDA, per-reserve deposits + borrows (with USD values), totalSuppliedUsd / totalBorrowedUsd / netValueUsd, and a health factor (borrowLiquidationLimit / userTotalBorrowBorrowFactorAdjusted; >1 safe, <1 liquidatable, Infinity when no debt — same convention as Aave / MarginFi). Returns an empty list when the wallet has no Kamino userMetadata (= never used Kamino). Reserve-level pause / freeze flags surface in warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Solana base58 wallet to enumerate Kamino positions for. Returns the wallet's obligation on Kamino's main market, with per-reserve deposits + borrows + USD valuations + health factor. Returns an empty list when the wallet has no Kamino userMetadata (= never used Kamino). |