Download the PHP package codenix-sv/kuna-api without Composer
On this page you can find all versions of the php package codenix-sv/kuna-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codenix-sv/kuna-api
More information about codenix-sv/kuna-api
Files in codenix-sv/kuna-api
Package kuna-api
Short Description PHP REST API v2 client for Kuna exchange
License MIT
Homepage https://github.com/codenix-sv/kuna-api
Informations about the package kuna-api
Kuna.io PHP API V2 Client
🚨 ARCHIVED 🚨
This repository is no longer active.
⛔ No new issues
⛔ No pull requests
⛔ No maintenance
Source code is kept only for reference purposes.
A simple PHP API client, written with PHP for kuna.io.
Kuna.io API documentation.
Requirements
- PHP >= 7.2
- ext-json
Installation
The preferred way to install this extension is through composer.
Either run
or add
Basic usage
Example
Public Methods
getTimestamp
Server time.
getTickers
Recent market data.
getDept
Order book.
getTrades
Trades history.
User Methods
getMe
Information about the user and assets.
createOrder
Order placing.
deleteOrder
Order cancel.
getOrders
Active user orders.
getMyTrades
User trade history.
License
codenix-sv/kuna-api is released under the MIT License. See the bundled LICENSE for details.
All versions of kuna-api with dependencies
ext-json Version *
codenix-sv/api-client Version ^1.0
nyholm/psr7 Version ^1.2
php-http/guzzle6-adapter Version ^2.0
