madmis / bitstamp-api

Bitstamp REST API php client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitstamp REST API PHP Client

SensioLabsInsight Latest Stable Version Total Downloads License

Bitstamp provides REST APIs that you can use to interact with platform programmatically.

This API client will help you interact with Bitstamp by REST API.

License

MIT License

Kuna REST API Reference

https://www.bitstamp.net/api/

Contributing

To create new endpoint - create issue or create pull request

Install

composer require madmis/bitstamp-api

Usage

Mapping

Error handling

Running the tests

To run the tests, you'll need to install phpunit. Easiest way to do this is through composer.

composer install

Running Unit tests

php vendor/bin/phpunit -c phpunit.xml.dist

About

Bitstamp REST API php client

License:MIT License


Languages

Language:PHP 100.0%