UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

6 lines (5 loc) 179 B
import { BinanceClient } from '../../../clients'; /** * Test connectivity to the Rest API. */ export declare function testConnectivity(client: BinanceClient): Promise<boolean>;