get deprecated
https://api.liquiditytech.com/api/v1/interest/user
Rate Limit: 3 requests per 10 seconds
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Deprecated. Use Get User Interest instead. This endpoint will be removed after 2026-11-15.
Description
Retrieve current hourly borrow interest rates for the requesting user as a flat list grouped by exchange.
Non-standard response shape. Unlike most LTP endpoints, this response does not use the standard
{ code, message, data }envelope. The body is keyed directly by exchange name (e.g."BINANCE": [...]). Migrate to the new endpoint for a standard envelope.
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 response is a top-level object keyed by exchange name (e.g. BINANCE). Each value is an array of interest records. Each record has the fields below.
| Field | Type | Description |
|---|---|---|
level | String | Interest level identifier ("1", "2", ...). Higher level = larger borrow size. |
exchangeType | String | Venue where the pair is traded (e.g. BINANCE, OKX). |
coin | String | Coin symbol (the borrow asset). |
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. |
updateTime | Integer | Timestamp of the latest rate update, in seconds since Unix epoch (note: the new endpoint returns milliseconds). |
