Reading Market Data
Retrieve market metrics, reserve information, and TVL data using the Kamino SDK and API.Historical market data is only available via the API.
1
Get Market Info
Retrieves real-time market-wide metrics including total deposits and borrows TVL across all reserves.Using the SDK requires a private RPC connection or the public rate-limited
RPC endpoint.
- TypeScript
getMarketInfo
2