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 273 B
import { Ticker } from "./IBooks" export type fee_data = { book: Ticker, taker_fee_decimal: string; taker_fee_percent: string; taker_fee_decimal: string; taker_fee_percent: string; } export type Fees = { fees: [fee_data]; withdrawal_fees: any; }