Binance Connector JS
    Preparing search index...

    Interface MiningAccountEarningRequest

    Request parameters for miningAccountEarning operation in Api. 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

    ApiMiningAccountEarning

    endDate?: number | bigint

    Millisecond timestamp

    ApiMiningAccountEarning

    pageIndex?: number | bigint

    Page number, starting from 1.

    ApiMiningAccountEarning

    pageSize?: number | bigint

    Number of rows per page.

    ApiMiningAccountEarning

    recvWindow?: number | bigint

    Request validity window in milliseconds.

    ApiMiningAccountEarning

    startDate?: number | bigint

    Millisecond timestamp

    ApiMiningAccountEarning