- UM_Futures Porfolio Endpoints:
GET fapi/v1/pmExchangeInfo
GET fapi/v1/pmAccountInfo
DecimalFormat
withLocale.ENGLISH
for requests withDouble
to have.
as decimal separator.
- Bumped
logback-classic
dependency to1.2.13
.
- Bumped
org.json
package version to20231013
.
- Added User-Agent header
- Removed
symbol
as mandatory parameter incurrentAllOpenOrders()
withinUMAccount.java
andCMAccount.java
classes
- Bumped
org.json
package version to20230227
- HTTP Proxy Support
- Removed unnecessary
secretKey
parameter fromUserData
classes
POST /v1/marginType
- ChangedmarginType
from Integer to String
- Changed package path from
com.binance.connector
tocom.binance.connector.futures
to avoid conflicts with the Binance Spot API connector.
- Initial code release