Binance Connector JS
    Preparing search index...

    Interface GeneralApiInterface

    GeneralApi - interface GeneralApi

    interface GeneralApiInterface {
        exchangeInfo(
            requestParameters?: SpotRestAPI.ExchangeInfoRequest,
        ): Promise<RestApiResponse<SpotRestAPI.ExchangeInfoResponse>>;
        ping(): Promise<RestApiResponse<void>>;
        time(): Promise<RestApiResponse<SpotRestAPI.TimeResponse>>;
    }

    Implemented by

    Index

    Methods