Skip to main content

Query Portfolio Margin Negative Balance Interest History(USER_DATA)

API Description#

Query interest history of negative balance for portfolio margin.

HTTP Request#

GET /papi/v1/portfolio/interest-history

Request Weight#

50

Request Parameters#

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

Response Example#

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