Binance Connector JS
    Preparing search index...

    Request parameters for getAccount operation in AccountApi. GetAccountRequest

    interface GetAccountRequest {
        omitZeroBalances?: boolean;
        recvWindow?: number;
    }
    Index

    Properties

    omitZeroBalances?: boolean

    When set to true, emits only the non-zero balances of an account.
    Default value: false

    AccountApiGetAccount

    recvWindow?: number

    The value cannot be greater than 60000.
    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    AccountApiGetAccount