Download the PHP package buzorin/php-cobinhood-api without Composer
On this page you can find all versions of the php package buzorin/php-cobinhood-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download buzorin/php-cobinhood-api
More information about buzorin/php-cobinhood-api
Files in buzorin/php-cobinhood-api
Download buzorin/php-cobinhood-api
More information about buzorin/php-cobinhood-api
Files in buzorin/php-cobinhood-api
Vendor buzorin
Package php-cobinhood-api
Short Description A simple to use API-client in PHP for Cobinhood The World's First ZERO Trading Fees Cryptocurrency Exchange.
License MIT
Homepage https://github.com/buzorin/php-cobinhood-api
Package php-cobinhood-api
Short Description A simple to use API-client in PHP for Cobinhood The World's First ZERO Trading Fees Cryptocurrency Exchange.
License MIT
Homepage https://github.com/buzorin/php-cobinhood-api
Please rate this library. Is it a good library?
Informations about the package php-cobinhood-api
PHP Cobinhood API
PHP Cobinhood API is a simple to use API-client in PHP for Cobinhood The World's First ZERO Trading Fees Cryptocurrency Exchange.
NOTE: COBINHOOD IS CURRENTLY UNDER HEAVY DEVELOPMENT, APIs ARE SUBJECT TO CHANGE WITHOUT PRIOR NOTICE
Table of contents
- Getting started using Composer
- Installation
- Main setup
- Getting started without Composer
- Installation
- Main setup
- Public API
- Get the latest price of a symbol
- Get depth of a symbol
- Get all currencies
- Get info for all trading pairs
- Get trading statistics
- Get ticker of a symbol
- Get tickers of all symbols
- Get recent trades of a symbol
- Get candles of a symbol
- Get server time
- Get server information
- Trading API
- Place a LIMIT BUY order
- Place a LIMIT SELL order
- Place a MARKET BUY order
- Place a MARKET SELL order
- Get an order's status
- Cancel an order
- Modify an order
- Get open orders of a symbol
- Get all open orders
- Get order's trades
- Get order history of a symbol
- Get all order history
- Wallet API
- Get wallet balances
- Get balance history of a currency
- Get all balance history
- Get deposit addresses of a currency
- Get all deposit addresses
- Get deposit's status
- Get all deposits
- Get withdrawal addresses of a currency
- Get all withdrawal addresses
- Get withdrawal's status
- Get all withdrawals
Getting started using Composer
Installation
Main setup
Getting started without Composer
Installation
Just download repository and place single php-cobinhood-api.php file from there wherever you want at your webserver.
Main setup
Public API
Get the latest price of a symbol
Get depth of a symbol
Response
Get all currencies
Returns info for all currencies available for trade
Response
Get info for all trading pairs
Response
Get trading statistics
Response
Get ticker of a symbol
Response
Get tickers of all symbols
Response
Get recent trades of a symbol
Response
Get candles of a symbol
Response
Get server time
Returns server Unix timestamp in milliseconds
Get server information
Response
Trading API
Place a LIMIT BUY order
Response
Place a LIMIT SELL order
Response
Place a MARKET BUY order
Response
Place a MARKET SELL order
Response
Get an order's status
Response
Cancel an order
Modify an order
Get open orders of a symbol
Response
Get all open orders
Response
Get order's trades
Response
Get order history of a symbol
Response
Get all order history
Response
Wallet API
Get wallet balances
Response
Get balance history of a currency
Response
Get all balance history
Response
Get deposit addresses of a currency
Response
Get all deposit addresses
Response
Get deposit's status
Response
Get all deposits
Response
Get withdrawal addresses of a currency
Response
Get all withdrawal addresses
Response
Get withdrawal's status
Response
Get all withdrawals
Response
Todos
- Websockets
- Examples
All versions of php-cobinhood-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package buzorin/php-cobinhood-api contains the following files
Loading the files please wait ....