Binance Connector JS
    Preparing search index...

    AccountApi - interface

    AccountApi

    interface AccountApiInterface {
        accountInformation(
            requestParameters?: DerivativesTradingCoinFuturesWebsocketAPI.AccountInformationRequest,
        ): Promise<
            WebsocketApiResponse<
                DerivativesTradingCoinFuturesWebsocketAPI.AccountInformationResponse,
            >,
        >;
        futuresAccountBalance(
            requestParameters?: DerivativesTradingCoinFuturesWebsocketAPI.FuturesAccountBalanceRequest,
        ): Promise<
            WebsocketApiResponse<
                DerivativesTradingCoinFuturesWebsocketAPI.FuturesAccountBalanceResponse,
            >,
        >;
    }

    Implemented by

    Index

    Methods