API Crypto Loans endpoints

Methods

loanHistory(asset, optionsopt)

Get Crypto Loans Income History (USER_DATA)

GET /sapi/v1/loan/income

https://binance-docs.github.io/apidocs/spot/en/#get-crypto-loans-income-history-user_data

Parameters:
NameTypeAttributesDescription
assetstring
optionsobject<optional>
Properties
NameTypeAttributesDescription
typestring<optional>

All types will be returned by default.
Enum:borrowIn, collateralSpent, repayAmount, collateralReturn(Collateral return after repayment), addCollateral, removeCollateral, collateralReturnAfterLiquidation.

startTimenumber<optional>
endTimenumber<optional>
limitnumber<optional>

default 20, max 100

recvWindownumber<optional>