Binance Connector JS
    Preparing search index...

    Interface MiningAccountEarningRequest

    Request parameters for miningAccountEarning operation in MiningApi. MiningAccountEarningRequest

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

    Properties

    algo: string

    Algorithm(sha256) sha256

    MiningApiMiningAccountEarning

    endDate?: number | bigint

    Millisecond timestamp

    MiningApiMiningAccountEarning

    pageIndex?: number | bigint

    Page number, empty default first page, starting from 1

    MiningApiMiningAccountEarning

    pageSize?: number | bigint

    Min 10,Max 200

    MiningApiMiningAccountEarning

    recvWindow?: number | bigint

    MiningApiMiningAccountEarning

    startDate?: number | bigint

    Millisecond timestamp

    MiningApiMiningAccountEarning