UNPKG

acx-io

Version:

Typescript wrapper for ACX Exchange

6 lines (5 loc) 94 B
export interface Depth { timestamp: number; asks: string[][]; bids: string[][]; }