An open API service indexing awesome lists of open source software.

https://github.com/nicdev/cointrader

API wrapper for the Coinbase GDAX API
https://github.com/nicdev/cointrader

api-client api-consumer api-wrapper bitcoin coinbase coinbase-api cryptocurrency currency ethereum gdax gdax-api litecoin php php-library

Last synced: about 2 months ago
JSON representation

API wrapper for the Coinbase GDAX API

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/nicdev/cointrader.svg?branch=master)](https://travis-ci.org/nicdev/cointrader)

# Cointrader v0.3.3
API wrapper for the Coinbase GDAX API

## Release Notes
### 0.3.3
* Fixed a bug that was causing query parameters to be ignored in GET requests
* Updated tests, and test fixtures.

### 0.3.2
* Fixed an issue with DELETE method to private API endpoints.

### 0.3.1
* Fixed a bug that caused undefined variable errors in the PrivateApi class.

## To Do (somewhat prioritized)
* Much better test coverage.
* Docs.