Download the PHP package bitbuy-at/kraken-api-client without Composer
On this page you can find all versions of the php package bitbuy-at/kraken-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bitbuy-at/kraken-api-client
More information about bitbuy-at/kraken-api-client
Files in bitbuy-at/kraken-api-client
Package kraken-api-client
Short Description Client for Kraken.com REST API with support for Laravel
License MIT
Informations about the package kraken-api-client
Kraken.com exchange API, PHP 8 package.
Forked from and compatible with butschster/kraken-api-client v1.5
Installation
Using
Laravel
Laravel
If you're using Laravel, the package will automatically register the Kraken provider and facade.
Configuration
You can update your .env file with the following:
Usage
By using facade
By using dependency injection
Checking minimal volume size
See https://support.kraken.com/hc/en-us/articles/205893708-What-is-the-minimum-order-size-
Check minimal order size for pair
Check minimal order size for currency
Get minimal order size
API methods
Make request
If request return an error, will be thrown an exception bitbuyAT\Kraken\Exceptions\KrakenApiErrorException
Get tradable asset pairs
https://www.kraken.com/help/api#get-tradable-pairs
Get ticker information
https://www.kraken.com/help/api#get-ticker-info
Get account balance
https://www.kraken.com/help/api#get-account-balance
Get open orders
https://www.kraken.com/help/api#get-open-orders
Get closed orders
https://www.kraken.com/help/api#get-closed-orders
Add new order
https://www.kraken.com/help/api#add-standard-order
Cancel open order
https://www.kraken.com/help/api#cancel-open-order
Supported Methods
All currently supported methods with params explanation can be found in the client interface (src/Contracts/Client.php
).
Do you need any further method, which is not listed here? Just open an issue with the required method or even better open a PR to speed things up!
Contributing
Want to contribute? Great!
Create a new issue first, describing the feature or bug.
Just fork our code, make your changes, then let us know and we will review it.
- Fork it.
- Create a feature branch (git checkout -b my_feature)
- Commit your changes (git commit -m "Added My Feature")
- Push to the branch (git push origin my_feature)
- Open a Pull Request
- Enjoy and wait ;)
We are constantly updating and improving our code. We hope it can be for the benefit of the entire community.
License
MIT License
Please check LICENSE.txt
Visit us
bitbuy GmbH / bitcoin.wien (https://www.bitcoin.wien/)
All versions of kraken-api-client with dependencies
guzzlehttp/guzzle Version ^7.0
nesbot/carbon Version ^2.16
illuminate/support Version ^8 || ^9 || ^10