UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

4 lines (3 loc) 193 B
import { BinanceSignedClient } from '../../../clients'; export declare type CheckServerTimeResponse = Date; export declare function checkServerTime(client: BinanceSignedClient): Promise<Date>;