Binance Connector JS
    Preparing search index...

    Request parameters for extraBonusList operation in MiningApi. ExtraBonusListRequest

    interface ExtraBonusListRequest {
        algo: string;
        coin?: string;
        endDate?: number;
        pageIndex?: number;
        pageSize?: number;
        recvWindow?: number;
        startDate?: number;
        userName: string;
    }
    Index

    Properties

    algo: string

    Algorithm(sha256) sha256

    MiningApiExtraBonusList

    coin?: string

    Coin Name

    MiningApiExtraBonusList

    endDate?: number

    Millisecond timestamp

    MiningApiExtraBonusList

    pageIndex?: number

    Page number, empty default first page, starting from 1

    MiningApiExtraBonusList

    pageSize?: number

    Min 10,Max 200

    MiningApiExtraBonusList

    recvWindow?: number

    MiningApiExtraBonusList

    startDate?: number

    Millisecond timestamp

    MiningApiExtraBonusList

    userName: string

    Mining account test

    MiningApiExtraBonusList