API futures endpoints

Methods

futuresLoanAdjustCollateralHistory(optionsopt)

Adjust Cross-Collateral LTV History (USER_DATA)

GET /sapi/v1/futures/loan/adjustCollateral/history

https://binance-docs.github.io/apidocs/spot/en/#adjust-cross-collateral-ltv-history-user_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
loanCoinstring<optional>
collateralCoinstring<optional>
startTimenumber<optional>
endTimenumber<optional>
limitnumber<optional>

default 500, max 1000

recvWindownumber<optional>

All data will be returned if loanCoin or collateralCoin is not sent

futuresLoanBorrowHistory(optionsopt)

Cross-Collateral Borrow History (USER_DATA)

GET /sapi/v1/futures/loan/borrow/history

https://binance-docs.github.io/apidocs/spot/en/#cross-collateral-borrow-history-user_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
coinstring<optional>
startTimenumber<optional>
endTimenumber<optional>
limitnumber<optional>

default 500, max 1000

recvWindownumber<optional>

futuresLoanInterestHistory(optionsopt)

Cross-Collateral Interest History (USER_DATA)

GET /sapi/v1/futures/loan/interestHistory

https://binance-docs.github.io/apidocs/spot/en/#cross-collateral-interest-history-user_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
collateralCoinstring<optional>
startTimenumber<optional>
endTimenumber<optional>
currentnumber<optional>

Currently querying page. Start from 1. Default:1

limitnumber<optional>

Default:500 Max:1000

recvWindownumber<optional>

futuresLoanLiquidationHistory(optionsopt)

Cross-Collateral Liquidation History (USER_DATA)

GET /sapi/v1/futures/loan/liquidationHistory

https://binance-docs.github.io/apidocs/spot/en/#adjust-cross-collateral-ltv-history-user_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
loanCoinstring<optional>
collateralCoinstring<optional>
startTimenumber<optional>
endTimenumber<optional>
limitnumber<optional>

default 500, max 1000

recvWindownumber<optional>

futuresLoanRepayHistory(optionsopt)

Cross-Collateral Repayment History (USER_DATA)

GET /sapi/v1/futures/loan/repay/history

https://binance-docs.github.io/apidocs/spot/en/#cross-collateral-repayment-history-user_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
coinstring<optional>
startTimenumber<optional>
endTimenumber<optional>
limitnumber<optional>

default 500, max 1000

recvWindownumber<optional>

futuresLoanWallet(optionsopt)

Cross-Collateral Wallet (USER_DATA)

GET /sapi/v2/futures/loan/wallet

https://binance-docs.github.io/apidocs/spot/en/#cross-collateral-wallet-v2-user_data

Parameters:
NameTypeAttributesDescription
optionsobject<optional>
Properties
NameTypeAttributesDescription
recvWindownumber<optional>

futuresTransfer(asset, amount, type, optionsopt)

New Futures Account Transfer (USER_DATA)

Execute transfer between spot account and futures account.

POST /sapi/v1/futures/transfer

https://binance-docs.github.io/apidocs/spot/en/#new-future-account-transfer-user_data

Parameters:
NameTypeAttributesDescription
assetstring

The asset being transferred, e.g., USDT

amountnumber

The amount to be transferred

typenumber

1: transfer from spot account to USDT-Ⓜ futures account.
2: transfer from USDT-Ⓜ futures account to spot account.
3: transfer from spot account to COIN-Ⓜ futures account.
4: transfer from COIN-Ⓜ futures account to spot account.

optionsobject<optional>
Properties
NameTypeAttributesDescription
recvWindownumber<optional>

futuresTransferHistory(asset, startTime, optionsopt)

Get Futures Account Transaction History List (USER_DATA)

GET /sapi/v1/futures/transfer

https://binance-docs.github.io/apidocs/spot/en/#get-future-account-transaction-history-list-user_data

Parameters:
NameTypeAttributesDescription
assetstring
startTimenumber
optionsobject<optional>
Properties
NameTypeAttributesDescription
endTimenumber<optional>
currentnumber<optional>

Currently querying page. Start from 1. Default:1

sizenumber<optional>

Default:10 Max:100

recvWindownumber<optional>