/CEX.IO-PHP-client

CEX.IO API PHP client - use to access the now defunct Bitcoin Mining site.

Primary LanguagePHP

CEX.IO PHP client for Trader API - Bitcoin Cloud Mining Marketplace

Who is CEX.IO?

CEX.IO — is the first and leading commodity exchange in the Bitcoin community.

Here you can buy or sell GHashes, Futures Contracts for the Bitfury ASIC chips or just trade on the increase or decrease of chip values.

HOMEPAGE: https://CEX.IO/r/0/Seerauber/0/

They provide an API so you can write some trading bots. ;)

API Docs: https://www.cex.io/api

Request limits: "Do not make more than 600 request per 10 minutes or we will ban your IP address."


Public Functions (no logon required)


Private Function (API key & access required)


API authentication

API access is achieved with basic seeded Signature which is a HMAC-SHA256 encoded message containing: nonce, client ID and API key. The HMAC-SHA256 code must be generated using a secret key that was generated with your API key.

Note: you must logon to https://CEX.IO/r/0/Seerauber/0/ and go to your account / security and explicitly enable a new API key.

You will need as input for private functions:

  • Username (ex: MyHaNDLeSensitivE)
  • API key
  • API secret key