UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

11 lines (10 loc) 203 B
export interface GetPathOptions { path: string; host: string; data?: { [name: string]: any; }; } export declare function getBodyPath(data?: { [name: string]: any; }): string;