Binance Connector JS
    Preparing search index...

    Request parameters for subAccountTransferHistory operation in AssetManagementApi. SubAccountTransferHistoryRequest

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

    Properties

    asset?: string

    If not sent, result of all assets will be returned

    AssetManagementApiSubAccountTransferHistory

    endTime?: number | bigint

    AssetManagementApiSubAccountTransferHistory

    limit?: number | bigint

    Default value: 1, Max value: 200

    AssetManagementApiSubAccountTransferHistory

    recvWindow?: number | bigint

    AssetManagementApiSubAccountTransferHistory

    returnFailHistory?: boolean

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

    AssetManagementApiSubAccountTransferHistory

    startTime?: number | bigint

    AssetManagementApiSubAccountTransferHistory

    type?: number | bigint

    1: transfer in, 2: transfer out

    AssetManagementApiSubAccountTransferHistory