Get User Interest

Rate Limit: 3 requests per 10 seconds

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

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

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

FieldTypeDescription
exchangeTypeStringVenue where the pair is traded (e.g. BINANCE, OKX).
coinStringCoin symbol for this trading pair (the borrow asset).
updateTimeIntegerTimestamp of the latest rate update, in milliseconds since Unix epoch.
levelsArrayList of interest level definitions for this pair. Each element has the fields below.

Level Fields

FieldTypeDescription
levelStringInterest level identifier ("1", "2", ...). Higher level = larger borrow size.
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.
Query Params
string
required
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json