PHPackages                             dve/cex.io-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. dve/cex.io-php

ActiveLibrary[API Development](/categories/api)

dve/cex.io-php
==============

A simple cex.io API php client

0.4.4(8y ago)2291[3 issues](https://github.com/david-vde/cex.io-php/issues)MITPHP

Since Jan 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/david-vde/cex.io-php)[ Packagist](https://packagist.org/packages/dve/cex.io-php)[ RSS](/packages/dve-cexio-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (3)Versions (10)Used By (0)

CEX.IO API php client
=====================

[](#cexio-api-php-client)

This is a non-official PHP client for the CEX.io market place API.

Read first
----------

[](#read-first)

CEX.io use a **nonce** number to sign the private requests. The nonce cannot be the same or smaller than the previous one.

To make the job easy with this client, the requests are signed automatically when required. The current timestamp with microseconds is used as **nonce**.

If you have previously used your **API key** with different scripts before, be sure that the generated nonce will not be smaller than the last one used.

If you are not sure, please generate a new API key on CEX.io to avoid \***"invalid request"** issues.

Create client
-------------

[](#create-client)

```
