Crypto Bot API

    Type Alias GetStatsOptions

    Options object type for Client.getStats method

    type GetStatsOptions = {
        endAt?: Date;
        startAt?: Date;
    }
    Index

    Properties

    Properties

    endAt?: Date

    The date on which to finish calculating statistics

    startAt?: Date

    Date from which start calculating statistics

    MMNEPVFCICPMFPCPTTAAATR