Binance Connector JS
    Preparing search index...

    Request parameters for sessionLogon operation in AuthApi. SessionLogonRequest

    interface SessionLogonRequest {
        id?: string;
        recvWindow?: number;
    }
    Index

    Properties

    Properties

    id?: string

    Client-generated request identifier.

    AuthApiSessionLogon

    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.

    AuthApiSessionLogon