Binance Connector JS
    Preparing search index...

    Interface GetCloudMiningPaymentAndRefundHistoryRequest

    Request parameters for getCloudMiningPaymentAndRefundHistory operation in AssetApi. GetCloudMiningPaymentAndRefundHistoryRequest

    interface GetCloudMiningPaymentAndRefundHistoryRequest {
        asset?: string;
        clientTranId?: string;
        current?: number | bigint;
        endTime: number | bigint;
        size?: number | bigint;
        startTime: number | bigint;
        tranId?: number | bigint;
    }
    Index

    Properties

    asset?: string

    If it is blank, we will query all assets

    AssetApiGetCloudMiningPaymentAndRefundHistory

    clientTranId?: string

    The unique flag

    AssetApiGetCloudMiningPaymentAndRefundHistory

    current?: number | bigint

    AssetApiGetCloudMiningPaymentAndRefundHistory

    endTime: number | bigint

    exclusive, unit: ms

    AssetApiGetCloudMiningPaymentAndRefundHistory

    size?: number | bigint

    AssetApiGetCloudMiningPaymentAndRefundHistory

    startTime: number | bigint

    inclusive, unit: ms

    AssetApiGetCloudMiningPaymentAndRefundHistory

    tranId?: number | bigint

    The transaction id

    AssetApiGetCloudMiningPaymentAndRefundHistory