UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

9 lines (8 loc) 187 B
export interface GetPathOptions { path: string; host: string; data?: { [name: string]: any; }; } export declare function getPath(options: GetPathOptions): string;