Change Log
2020-04-22
- New fields in response to
GET /sapi/v1/broker/subAccountApi/commission/futures
andPOST /sapi/v1/broker/subAccountApi/commission/futures
:makerCommission
for current futures commission ratio for maker;takerCommission
for current futures commission ratio for taker;
2020-02-12
- The below endpoints will be released in the future:
- new endpoint
GET /sapi/v1/broker/rebate/recentRecord
to query broker commission rebate recent record. - new endpoint
GET /sapi/v1/broker/rebate/historicalRecord
to get broker commission rebate historical record.
- new endpoint
2019-12-23
-
Added new endpoint
POST /sapi/v1/broker/subAccountApi/commission/futures
to change sub-account futures commission adjustment. -
Added new endpoint
GET /sapi/v1/broker/subAccountApi/commission/futures
to query sub-account futures commission adjustment.
2019-11-04
- Added parameters
marginTrade
andfuturesTrade
in endpoints: POST /sapi/v1/broker/subAccountApi
,-
POST /sapi/v1/broker/subAccountApi/permission
. -
Added keys
marginTrade
andfuturesTrade
in responses to endpoints: POST /sapi/v1/broker/subAccountApi
,GET /sapi/v1/broker/subAccountApi
,-
POST /sapi/v1/broker/subAccountApi/permission
. -
Added parameters
marginMakerCommission
andmarginTakerCommission
in endpointPOST /sapi/v1/broker/subAccountApi/commission
. -
Added keys
marginMakerCommission
andmarginTakerCommission
in responses to endpoints: POST /sapi/v1/broker/subAccountApi/commission
,-
Get /sapi/v1/broker/subAccount/
. -
Added new endpoint
POSTÂ /sapi/v1/broker/subAccount/margin
for setting subaccount enable or disable on margin. -
Added new endpoint
POSTÂ /sapi/v1/broker/subAccount/futures
for setting subaccount enable or disable on futures.