Binance Connector JS
    Preparing search index...

    Request parameters for subAccountTransferHistory operation in AssetManagementApi. SubAccountTransferHistoryRequest

    interface SubAccountTransferHistoryRequest {
        asset?: string;
        endTime?: number;
        limit?: number;
        recvWindow?: number;
        returnFailHistory?: boolean;
        startTime?: number;
        type?: number;
    }
    Index

    Properties

    asset?: string

    If not sent, result of all assets will be returned

    AssetManagementApiSubAccountTransferHistory

    endTime?: number

    AssetManagementApiSubAccountTransferHistory

    limit?: number

    Default value: 1, Max value: 200

    AssetManagementApiSubAccountTransferHistory

    recvWindow?: number

    AssetManagementApiSubAccountTransferHistory

    returnFailHistory?: boolean

    Default False, return PROCESS and SUCCESS status history; If True,return PROCESS and SUCCESS and FAILURE status history

    AssetManagementApiSubAccountTransferHistory

    startTime?: number

    AssetManagementApiSubAccountTransferHistory

    type?: number

    1: transfer in, 2: transfer out

    AssetManagementApiSubAccountTransferHistory