Binance Connector JS
    Preparing search index...

    Request parameters for accountStatus operation in AccountApi. AccountStatusRequest

    interface AccountStatusRequest {
        id?: string;
        omitZeroBalances?: boolean;
        recvWindow?: number;
    }
    Index

    Properties

    id?: string

    Client-generated request identifier.

    AccountApiAccountStatus

    omitZeroBalances?: boolean

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

    AccountApiAccountStatus

    recvWindow?: number

    Supports up to three decimal places of precision (e.g., 6000.346) so that microseconds may be specified.

    AccountApiAccountStatus