Skip to content

Commit

Permalink
Add read first message about the signature and nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
dve committed Jan 28, 2018
1 parent 58acd28 commit 99990be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 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

```
Expand Down

0 comments on commit 99990be

Please sign in to comment.