PHPackages                             roozbeh/coinex\_php - 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. roozbeh/coinex\_php

ActiveLibrary[API Development](/categories/api)

roozbeh/coinex\_php
===================

Coinex digital coin exchange API for PHP

1.0.3(4y ago)3231PHP

Since Dec 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/roozbeh360/coinex_php)[ Packagist](https://packagist.org/packages/roozbeh/coinex_php)[ Docs](https://github.com/roozbeh360/coinex_php)[ RSS](/packages/roozbeh-coinex-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Coinex API PHP
==============

[](#coinex-api-php)

Coinex digital coin exchange API for PHP

Requirements
------------

[](#requirements)

- PHP&gt;=7.1
- CURL PHP module

Install
-------

[](#install)

```
composer require roozbeh/coinex_php
```

Acquire access\_id and secret\_key
----------------------------------

[](#acquire-access_id-and-secret_key)

Sign in to [CoinEx](https://www.coinex.com/register?refer_code=b7ge5) before invoking API and get Acquire access\_id/secret\_key in **Account** &gt; **API**.

> access\_id: To mark identity of API invoker
>
> secret\_key: Key to sign the request parameters

Setup request
-------------

[](#setup-request)

```
