PHPackages                             kucoin/kucoin-universal-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kucoin/kucoin-universal-sdk

ActiveLibrary[API Development](/categories/api)

kucoin/kucoin-universal-sdk
===========================

Official KuCoin Universal SDK

0.1.3-alpha(10mo ago)0456MITPHPPHP ^7.4 || ^8.0

Since May 26Pushed 10mo agoCompare

[ Source](https://github.com/Kucoin/kucoin-universal-php-sdk)[ Packagist](https://packagist.org/packages/kucoin/kucoin-universal-sdk)[ Docs](https://github.com/kucoin/kucoin-universal-sdk)[ RSS](/packages/kucoin-kucoin-universal-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (9)Versions (12)Used By (0)

PHP SDK Documentation
=====================

[](#php-sdk-documentation)

[![License Badge](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)
[![Language](https://camo.githubusercontent.com/7fd4d9745b4d8ad763fb132df9e344ba1a68a5b6a7e7ef4dce470d43f9263042/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d626c7565)](https://camo.githubusercontent.com/7fd4d9745b4d8ad763fb132df9e344ba1a68a5b6a7e7ef4dce470d43f9263042/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d626c7565)

Welcome to the **PHP** implementation of the KuCoin Universal SDK. This SDK is built based on KuCoin API specifications to provide a comprehensive and optimized interface for interacting with the KuCoin platform.

> **Note**
> This PHP SDK is maintained in two repositories:
>
> - [`kucoin/kucoin-universal-sdk`](https://github.com/kucoin/kucoin-universal-sdk): the main monorepo with SDKs for multiple languages. The PHP code resides in `/sdk/php`.
> - [`kucoin/kucoin-universal-php-sdk`](https://github.com/kucoin/kucoin-universal-php-sdk): a standalone mirror for Composer/Packagist publishing. It is synced from the main repo using Git Subtree.

For an overview of the project and SDKs in other languages, refer to the [Main README](https://github.com/kucoin/kucoin-universal-sdk).

📦 Installation
--------------

[](#-installation)

### Latest Version: `0.1.3-alpha`

[](#latest-version-013-alpha)

**Note**: This SDK is currently in the Alpha phase. We are actively iterating and improving its features, stability, and documentation. Feedback and contributions are highly encouraged to help us refine the SDK.

Install the SDK using `composer`:

```
composer require kucoin/kucoin-universal-sdk=0.1.3-alpha
```

📖 Getting Started
-----------------

[](#-getting-started)

Here's a quick example to get you started with the SDK in **PHP**.

```
