Binance Connector JS
    Preparing search index...

    Interface GetCloudMiningPaymentAndRefundHistoryRequest

    Request parameters for getCloudMiningPaymentAndRefundHistory operation in AssetApi. GetCloudMiningPaymentAndRefundHistoryRequest

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

    Properties

    asset?: string

    If asset is blank, then query all positive assets user have.

    AssetApiGetCloudMiningPaymentAndRefundHistory

    clientTranId?: string

    The unique flag

    AssetApiGetCloudMiningPaymentAndRefundHistory

    current?: number

    current page, default 1, the min value is 1

    AssetApiGetCloudMiningPaymentAndRefundHistory

    endTime: number

    AssetApiGetCloudMiningPaymentAndRefundHistory

    size?: number

    page size, default 10, the max value is 100

    AssetApiGetCloudMiningPaymentAndRefundHistory

    startTime: number

    AssetApiGetCloudMiningPaymentAndRefundHistory

    tranId?: number

    The transaction id

    AssetApiGetCloudMiningPaymentAndRefundHistory