Portfolio Margin
Query Classic Portfolio Margin Negative Balance Interest History (USER_DATA)
Query interest history of negative balance for portfolio margin.
Weight(IP): 50
get/sapi/v1/portfolio/interest-history
Query parameters
assetstring required
Example:BTC
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
sizeinteger
Example:100
Default:10 Max:100
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Balance interest history
Example response
[
{
"asset": "USDT",
"interest": "24.4440",
"interestAccruedTime": 1672801339253,
"interestRate": "0.0001164",
"principal": "210000"
}
]