Binance Connector JS
    Preparing search index...

    Interface MiningAccountEarningRequest

    Request parameters for miningAccountEarning operation in MiningApi. MiningAccountEarningRequest

    interface MiningAccountEarningRequest {
        algo: string;
        endDate?: number;
        pageIndex?: number;
        pageSize?: number;
        recvWindow?: number;
        startDate?: number;
    }
    Index

    Properties

    algo: string

    Algorithm(sha256) sha256

    MiningApiMiningAccountEarning

    endDate?: number

    Millisecond timestamp

    MiningApiMiningAccountEarning

    pageIndex?: number

    Page number, empty default first page, starting from 1

    MiningApiMiningAccountEarning

    pageSize?: number

    Min 10,Max 200

    MiningApiMiningAccountEarning

    recvWindow?: number

    MiningApiMiningAccountEarning

    startDate?: number

    Millisecond timestamp

    MiningApiMiningAccountEarning