Binance Connector JS
    Preparing search index...

    Request parameters for queryIsolatedMarginAccountInfo operation in AccountApi. QueryIsolatedMarginAccountInfoRequest

    interface QueryIsolatedMarginAccountInfoRequest {
        recvWindow?: number;
        symbols?: string;
    }
    Index

    Properties

    recvWindow?: number

    No more than 60000

    AccountApiQueryIsolatedMarginAccountInfo

    symbols?: string

    Max 5 symbols can be sent; separated by ",". e.g. "BTCUSDT,BNBUSDT,ADAUSDT"

    AccountApiQueryIsolatedMarginAccountInfo