Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coinbase/coinbase-pro-trading-toolkit
DEPRECATED — The Coinbase Pro trading toolkit
https://github.com/coinbase/coinbase-pro-trading-toolkit
bitfinex cryptocurrency foreign-exchange-rates gdax poloniex trading trading-algorithms trading-bot websocket-api
Last synced: about 1 month ago
JSON representation
DEPRECATED — The Coinbase Pro trading toolkit
- Host: GitHub
- URL: https://github.com/coinbase/coinbase-pro-trading-toolkit
- Owner: coinbase
- License: apache-2.0
- Archived: true
- Created: 2017-08-23T17:36:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T05:48:16.000Z (almost 5 years ago)
- Last Synced: 2024-11-01T16:39:05.037Z (about 1 month ago)
- Topics: bitfinex, cryptocurrency, foreign-exchange-rates, gdax, poloniex, trading, trading-algorithms, trading-bot, websocket-api
- Language: TypeScript
- Homepage:
- Size: 4.55 MB
- Stars: 869
- Watchers: 107
- Forks: 239
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccxt - The Coinbase Pro trading toolkit (CPTT)
README
# Coinbase Pro Trading toolkit
[![CircleCI](https://circleci.com/gh/coinbase/coinbase-pro-trading-toolkit.svg?style=svg)](https://circleci.com/gh/coinbase/coinbase-pro-trading-toolkit)
[![npm](https://img.shields.io/badge/npm-v0.4.0-green.svg)](https://www.npmjs.com/package/coinbase-pro-trading-toolkit)
**Note**: The `gdax-trading-toolkit` package is deprecated and might have to be removed from NPM. Please migrate to the `coinbase-pro-trading-toolkit` package to ensure future compatibility.
Provide all the tools traders need, both professional and hobbyist alike, to create automated trading bots on the
Coinbase Pro and supported digital asset exchanges. Note: Node 7.6 or above is required.Recommended:
* Node 9.4 or above
* Typescript 2.7## Install
yarn add coinbase-pro-trading-toolkit## Test
Run the included test suite with the commandyarn test
## Run
The `src/samples` folder contains many working demo scripts showcasing different aspects of the toolkit, while the `tutorials` folder
contains running demo programs to accompany the [CBPTT documentation](https://coinbase.github.io/coinbase-pro-trading-toolkit/).## Documentation
The [CBPTT documentation](https://coinbase.github.io/coinbase-pro-trading-toolkit/) contains blogs, reference material and step-by-step tutorials
# Disclaimer
This software is provided "as is", without warranty of any kind, express or
implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose and non-infringement. In no event shall the
authors, copyright holders, or Coinbase Inc. be liable for any claim, damages or other
liability, whether in an action of contract, tort or otherwise, arising from,
out of or in connection with the software or the use or other dealings in the
software.