UNPKG

acx-io

Version:

Typescript wrapper for ACX Exchange

10 lines (9 loc) 163 B
export interface Trade { id: number; price: string; volume: string; market: string; created_at: string; trend: string; side: string; }