Binance Connector JS
    Preparing search index...

    Request parameters for accountList operation in Api. AccountListRequest

    interface AccountListRequest {
        algo: string;
        recvWindow?: number | bigint;
        userName: string;
    }
    Index

    Properties

    algo: string

    Algorithm name.

    ApiAccountList

    recvWindow?: number | bigint

    Request validity window in milliseconds.

    ApiAccountList

    userName: string

    Mining account

    ApiAccountList