madmis / bitfinex-api
Bitfinex REST API php client
Installs: 1 798
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: ^7.1
- doctrine/annotations: ^1.4
- madmis/exchange-api: ^0.1
- symfony/options-resolver: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.2
- symfony/console: ^3.3
This package is auto-updated.
Last update: 2024-11-05 19:10:00 UTC
README
Bitfinex provides REST APIs that you can use to interact with platform programmatically.
This API client will help you interact with Bitfinex by REST API.
License
MIT License
Kuna REST API Reference
https://bitfinex.readme.io/v2/docs/rest-general
Contributing
To create new endpoint - create issue or create pull request
Install
composer require madmis/bitfinex-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