v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Sub-Account

Query Managed Sub Account Transfer Log (For Trading Team Master Account)

Trading team can use this api to query managed sub account transfer log. This endpoint is available for trading team of Managed Sub-Account. A Managed Sub-Account is an account type for investors who value flexibility in asset allocation and account application, while delegating trades to a professional trading team

Weight(IP): 60

get/sapi/v1/managed-subaccount/queryTransLogForTradeParent

Query parameters

emailstring required
startTimeinteger

UTC timestamp in ms

endTimeinteger

UTC timestamp in ms

pageinteger
Example:1

Default 1

limitinteger
Example:5

Default 500; max 1000.

transfersstring
Example:FROM

Transfer Direction (FROM/TO)

transferFunctionAccountTypestring
Example:SPOT

Transfer function account type (SPOT/MARGIN/ISOLATED_MARGIN/USDT_FUTURE/COIN_FUTURE)

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Managed sub account transfer logs (for trading team)

countinteger required

Example response

{
  "count": 2,
  "managerSubTransferHistoryVos": [
    {
      "fromEmail": "test_0_virtual@kq3kno9imanagedsub.com",
      "fromAccountType": "SPOT",
      "toEmail": "wdywl0lddakh@test.com",
      "toAccountType": "SPOT",
      "asset": "BNB",
      "amount": "0.01",
      "scheduledData": 1626144956000,
      "createTime": 1626144956000,
      "status": "SUCCESS",
      "tranId": 91077779
    }
  ]
}