pool/web/yaamp/core/exchange/exchange.php
Tanguy Pruvot ccd8bed2e6 monitor the right webserver and new exchanges
Added cryptopia ticker, and prepare alcurex functions...
2015-07-14 09:29:10 +02:00

11 lines
268 B
PHP

<?php
require_once("cryptsy.php");
require_once("poloniex.php");
require_once("bittrex.php");
require_once("ccexapi.php");
require_once("bleutrade.php");
require_once("yobit.php");
require_once("jubi.php");
require_once("alcurex.php");
require_once("cryptopia.php");