Skip to main content

Query Portfolio Margin Pro Negative Balance Interest History(USER_DATA)

API Description

Query interest history of negative balance for portfolio margin.

HTTP Request

GET /sapi/v1/portfolio/interest-history

Request Weight(IP)

50

Request Parameters

NameTypeMandatoryDescription
assetSTRINGNO
startTimeLONGNO
endTimeLONGNO
sizeLONGNODefault:10 Max:100
recvWindowLONGNO
timestampLONGYES

Response Example

[
{
"asset": "USDT",
"interest": "24.4440", //interest amount
"interestAccruedTime": 1670227200000,
"interestRate": "0.0001164", //daily interest rate
"principal": "210000"
}
]