PHPackages                             mrteye/gdax - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mrteye/gdax

ActiveLibrary[API Development](/categories/api)

mrteye/gdax
===========

API for GDAX A service provided by coinbase. (Unofficial)

v1.2.0(8y ago)195.2k↓50%5[2 issues](https://github.com/mrteye/GDAX/issues)MITPHPPHP &gt;=5.4

Since Aug 11Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mrteye/GDAX)[ Packagist](https://packagist.org/packages/mrteye/gdax)[ RSS](/packages/mrteye-gdax/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

API for GDAX, A service provided by coinbase. (An Unofficial API)

Quick Use Sections:

- [Installation](#installation)
- [Usage Examples](#usage-examples)
- [Api Summary](#api-summary)

The API methods in the Api class start at "getAccounts". Each method has basic usage information along with a reference link to the GDAX Api documentaiton on the internet.

The ApiInterface class has a cleaner represenation of methods and parameters without comments.

### License

[](#license)

MIT - MIT License File: [LICENSE](LICENSE)

### Installation

[](#installation)

Copy the config.php.example file to config.php and place it in your document root. Add credentials for private API calls.

Public API calls will work without API credentials. Get credentials from the gdax site: Login and goto the Api section.

###### Composer

[](#composer)

```
composer require mrteye/gdax

```

Usage Examples
--------------

[](#usage-examples)

The following three examples show how to use the mrteye\\GDAX api. From basic to Advanced usage examples: public acces, private access, and extending the API into your own class.

Working examples are provided with index.php, located in the test folder.

### Example #1 Basic. Public access, no authentication required.

[](#example-1-basic-public-access-no-authentication-required)

```
