get
https://api.liquiditytech.com/api/v1/interest/user_detail
Rate Limit: 3 requests per 10 seconds
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Description
Retrieve current hourly borrow interest rates for the requesting user, grouped by trading pair. Each pair contains an array of interest levels, where each level defines an hourly rate and a borrow limit.
This endpoint replaces the deprecated Get User Interest (Legacy), which will be removed after 2026-11-15.
Authentication required. Permission: READ.
Rate limit: 3 requests per 10 seconds.
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
exchangeType | String | Y | Exchange type. Currently supports BINANCE, OKX. |
Response Fields
The data field is a map keyed by trading pair symbol (e.g. BINANCE_MARGIN_AGLD_USDT). Each value contains the per-symbol fields below, with a nested levels array.
Per-Symbol Fields
| Field | Type | Description |
|---|---|---|
exchangeType | String | Venue where the pair is traded (e.g. BINANCE, OKX). |
coin | String | Coin symbol for this trading pair (the borrow asset). |
updateTime | Integer | Timestamp of the latest rate update, in milliseconds since Unix epoch. |
levels | Array | List of interest level definitions for this pair. Each element has the fields below. |
Level Fields
| Field | Type | Description |
|---|---|---|
level | String | Interest level identifier ("1", "2", ...). Higher level = larger borrow size. |
hourInterestRate | String | Hourly interest rate at this level, expressed as a decimal (e.g. "0.0000594215"). |
loanLimit | String | Maximum borrow amount allowed at this level, denominated in the coin's base unit. |
