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

    Unique WebSocket request ID.

    AuthApiSessionLogon

    recvWindow?: number

    The value cannot be greater than 60000

    AuthApiSessionLogon