Wex.nz provides REST APIs that you can use to interact with platform programmatically.
This API client will help you interact with Wex.nz by REST API.
MIT License
Public API - https://wex.nz/api/3/docs
Trade API - https://wex.nz/tapi/docs
Push API - https://wex.nz/pushAPI/docs
create issue or create pull request
composer require madmis/wexnz-api 1.0.*
To run the tests, you'll need to install phpunit. Easiest way to do this is through composer.
composer install
Tests required running php built in server on 8000 port.
php -S localhost:8000
php vendor/bin/phpunit -c phpunit.xml.dist