info (userBorrowLendInterest)
Hyperliquid node API
userBorrowLendInterest | Hyperliquid info
The info endpoint with type: “userBorrowLendInterest” returns a user’s borrow/lend interest accrual records per token on Hyperliquid.
POST
info (userBorrowLendInterest)
You can only use this endpoint on the official Hyperliquid public API. It is not available through Chainstack, as the open-source node implementation does not support it yet. See Hyperliquid methods for the full availability breakdown.
info endpoint with type: "userBorrowLendInterest" returns a user’s borrow and lend interest accrual records, per token. Use it to track interest earned on supplied balances and paid on borrowed balances.
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"userBorrowLendInterest".user(string, required) — Address in 42-character hexadecimal format.
Response
Returns an array of interest records. Each record contains:time(integer) — Timestamp of the update (milliseconds since epoch).token(string) — Token symbol (for example,USDC).borrow(string) — Borrow interest amount.supply(string) — Supply interest amount.
Example request
Example response
Use cases
Theinfo endpoint with type: "userBorrowLendInterest" is useful for:
- Tracking interest earned and paid over time
- Accounting and tax reporting for borrow/lend activity
- Analyzing the cost and yield of positions
Body
application/json
Last modified on June 24, 2026