This project is not covered by Drupal’s security advisory policy.

This module adds an CryptoApis.io services to Drupal.

CryptoAPIs SDK serve's endpoints for all Exchanges, Bitcoin, Litecoin, Bitcoin Cash, Doge Coin, Dash and Ethereum.

Installation:

  1. Install Libraries version 2.x from http://drupal.org/project/libraries.
  2. Install the Cryptoapis SDK for PHP.
    • a) If you have drush, you can install the SDK with this command (executed
      from the root folder of your Drupal codebase):
      drush make --no-core sites/all/modules/cryptoapis/cryptoapis.make
    • b) If you don't have drush, download the SDK from here:
      https://github.com/vispamir/cryptoapis/archive/master.zip
      Extract that zip file into your Drupal codebase's
      sites/all/libraries/cryptoapis folder such that the path to cryptoapis-autoloader.php
      is: sites/all/libraries/cryptoapis/cryptoapis-autoloader.php
  3. Register in CryptoAPIs.io and get API-Key. Set your API-key in module setting form.

Usage:

$cryptoapis = cryptoapis_service_init();
$exchanges = $cryptoapis->exchanges()->get(0,50);
print_r($exchanges);
Supporting organizations: 
Sponsorship

Project information

Releases