UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

6 lines (5 loc) 202 B
import { BinanceSignedClient } from '../../../clients'; export interface TemplateResponse { coin: string; } export declare function template(client: BinanceSignedClient): Promise<TemplateResponse>;