UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

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