nicdev / cointrader
API wrapper for Coinbase
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 2
Type:package
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- php-vcr/php-vcr: ^1.4
- php-vcr/phpunit-testlistener-vcr: dev-master
- phpunit/phpunit: ^7.0
- vlucas/phpdotenv: ^2.5@dev
This package is auto-updated.
Last update: 2025-03-19 05:02:28 UTC
README
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.