API futures endpoints
- Source
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
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
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
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
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
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
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
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
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
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
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
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
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
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
asset | string | The asset being transferred, e.g., USDT | |||||||||
amount | number | The amount to be transferred | |||||||||
type | number | 1: transfer from spot account to USDT-Ⓜ futures account. | |||||||||
options | object | <optional> | Properties
|
- Source
futuresTransferHistory(asset, startTime, optionsopt)
Get Futures Account Transaction History List (USER_DATA)
GET /sapi/v1/futures/transfer
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
asset | string | ||||||||||||||||||||||
startTime | number | ||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source