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
- Host: GitHub
- URL: https://github.com/nicdev/cointrader
- Owner: nicdev
- License: mpl-2.0
- Created: 2018-01-19T22:12:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T02:02:20.000Z (about 8 years ago)
- Last Synced: 2025-10-12T04:43:42.848Z (7 months ago)
- Topics: api-client, api-consumer, api-wrapper, bitcoin, coinbase, coinbase-api, cryptocurrency, currency, ethereum, gdax, gdax-api, litecoin, php, php-library
- Language: PHP
- Homepage:
- Size: 710 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.