UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

7 lines (6 loc) 259 B
import { BinanceClient } from '../../../clients'; export declare type CheckServerTimeResponse = Date; /** * Test connectivity to the Rest API and get the current server time. */ export declare function checkServerTime(client: BinanceClient): Promise<Date>;