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

5 lines (4 loc) 99 B
export const enum host { TEST = 'https://sandbox.bitso.com', PROD = 'https://api.bitso.com', }