UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

5 lines (4 loc) 255 B
import { BinanceClient } from '../../../clients'; import { spot } from '../../../info'; export declare type SystemStatusResponse = spot.SystemStatusTypeEnum; export declare function systemStatus(client: BinanceClient): Promise<spot.SystemStatusTypeEnum>;