Binance Connector JS
    Preparing search index...

    ApiManagementApi - interface ApiManagementApi

    interface ApiManagementApiInterface {
        addIpRestrictionForSubAccountApiKey(
            requestParameters: AddIpRestrictionForSubAccountApiKeyRequest,
        ): Promise<RestApiResponse<AddIpRestrictionForSubAccountApiKeyResponse>>;
        deleteIpListForASubAccountApiKey(
            requestParameters: DeleteIpListForASubAccountApiKeyRequest,
        ): Promise<RestApiResponse<DeleteIpListForASubAccountApiKeyResponse>>;
        getIpRestrictionForASubAccountApiKey(
            requestParameters: GetIpRestrictionForASubAccountApiKeyRequest,
        ): Promise<RestApiResponse<GetIpRestrictionForASubAccountApiKeyResponse>>;
    }

    Implemented by

    Index

    Methods