Get Cross/Isolated Margin Interest Records

Request via this endpoint to get the interest records of the cross/isolated margin lending.

HTTP REQUEST

GET /api/v3/margin/interest

Example

GET /api/v3/margin/interest

//Request
{
    "isIsolated": true,
    "symbol": "BTC-USDT",
    "currency": "USDT",
    "startTime": 1709827200000,
    "endTime": 1710864000000,
    "currentPage": 1,
    "pageSize": 100
}
 
//Response
{
    "success": true,
    "code": "200",
    "msg": "success",
    "retry": false,
    "data": [
        {
            "createdAt": 1697783812257,
            "currency": "XMR",
            "interestAmount": "0.1",
            "dayRatio": "0.001"
        }
    ]
}
API KEY PERMISSIONS

This endpoint requires the Margin Trading permission.

REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Spot weight:20

PARAMETERS
Param Type Mandatory Description
isIsolated Boolean No true-isolated ,false-cross;default is false
symbol String No trading pair, mandatory for isolated margin account
currency String No Currency
startTime Long No Start time
endTime Long No End time
currentPage int No Current query page, with a starting value of 1. Default:1
pageSize int No Number of results per page. Default is 50, minimum is 10, maximum is 500
RESPONSES
Param Description
currency Currency
dayRatio Daily interest rate
interestAmount Interest amount
createdTime Time