Binance Connector JS
    Preparing search index...

    OthersApi - interface OthersApi

    interface OthersApiInterface {
        getSymbolsDelistScheduleForSpot(
            requestParameters?: GetSymbolsDelistScheduleForSpotRequest,
        ): Promise<RestApiResponse<GetSymbolsDelistScheduleForSpotResponse>>;
        systemStatus(): Promise<RestApiResponse<SystemStatusResponse>>;
    }

    Implemented by

    Index

    Methods