UNPKG

bitso-ts

Version:

Simple TypeScript Bitso API Wrapper for Public and Private end points. [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/amircp/bitso-ts/blob/master/LICENSE) ## Installation

12 lines (11 loc) 187 B
export default interface ITickers { book: string; volume: string; high: string; last: string; low: string; vwap: string; ask: string; bid: string; created_at: string; }