Get User Interest (Deprecated)

Rate Limit: 3 requests per 10 seconds

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

NameTypeMandatoryDescription
exchangeTypeStringYExchange 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.

FieldTypeDescription
levelStringInterest level identifier ("1", "2", ...). Higher level = larger borrow size.
exchangeTypeStringVenue where the pair is traded (e.g. BINANCE, OKX).
coinStringCoin symbol (the borrow asset).
hourInterestRateStringHourly interest rate at this level, expressed as a decimal (e.g. "0.0000594215").
loanLimitStringMaximum borrow amount allowed at this level, denominated in the coin's base unit.
updateTimeIntegerTimestamp of the latest rate update, in seconds since Unix epoch (note: the new endpoint returns milliseconds).
Query Params
string
required
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json