info (allBorrowLendReserveStates)
Hyperliquid node API
allBorrowLendReserveStates | Hyperliquid info
The info endpoint with type: “allBorrowLendReserveStates” retrieves reserve states for all tokens in the Hyperliquid borrow/lend market.
POST
info (allBorrowLendReserveStates)
Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
This method is available on Chainstack. Not all Hyperliquid methods are available on Chainstack, as the open-source node implementation does not support them yet — see Hyperliquid methods for the full availability breakdown.
info endpoint with type: "allBorrowLendReserveStates" retrieves reserve states for all tokens in the Hyperliquid borrow/lend market. Returns an array of token index and reserve state pairs.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
Request body
type(string, required) — The request type. Must be"allBorrowLendReserveStates".
Response
The response is an array of tuples, where each tuple contains:- Token index (integer) — The token identifier.
- Reserve state (object) — Contains
borrowYearlyRate,supplyYearlyRate,balance,utilization,oraclePx,ltv,totalSupplied, andtotalBorrowed.
Example request
Shell
Example response
Use case
Theinfo endpoint with type: "allBorrowLendReserveStates" is useful for:
- Building a complete borrow/lend market overview dashboard
- Comparing rates across all available tokens
- Finding the best supply yields or lowest borrow rates
- Monitoring overall lending market utilization and liquidity
Body
application/json
Request type
Available options:
allBorrowLendReserveStates Response
200 - application/json
Array of all token reserve states
The response is of type object.
Last modified on May 18, 2026