Download the PHP package punksolid/bitso without Composer
On this page you can find all versions of the php package punksolid/bitso. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download punksolid/bitso
More information about punksolid/bitso
Files in punksolid/bitso
Package bitso
Short Description A PHP Wrapper for the Bitso API
License MIT
Homepage http://github.com/punksolid/bitso-php
Informations about the package bitso
bitso php
A php wrapper for the Bitso API.
Installation
To install the bitso php api wrapper:
$ composer require punksolid/bitso:*
or equivalently in your composer.json file:
Public API Usage
The production API is set as default, to use Dev API:
Private API Usage
See note above on how to use Dev API
Note on Parameters
Parameters must be arrays in the form of:
Moreover, for methods such as lookup order, cancel order, there is no array of parameters, but there must be an array with order ids:
See specific calls for detailed examples.
Public Calls
Available Books
Ticker
Order Book
Trades
Private calls
Private endpoints are used to manage your account and your orders. These requests must be signed with your Bitso credentials
Account Status
Account Balances
Fees
Ledger
Withdrawals
Fundings
User Trades
Open Orders
Lookup Order
Cancel Order
Place Order
Funding Destination Address
Bitcoin Withdrawal
Ether Withdrawal
Ripple Withdrawal
Bank Withdrawal (SPEI)
Testing
To test the library, after installing, write in your API Keys in either the bitso.php file or the two test files, then go to the root folder of the repository and run:
Remember to input API Keys to test with, as the test files have empty slots for keys.