pool/web/yaamp/core/trading/trading.php
Tanguy Pruvot bc3ae3b44f Restore banx exchange, reopening..
site will also be renamed later... cryptomic.com

This reverts commit e669e1cc05.
2016-03-19 07:40:57 +01:00

14 lines
412 B
PHP

<?php
require_once('poloniex_trading.php');
require_once('bittrex_trading.php');
require_once('bleutrade_trading.php');
require_once('cryptsy_trading.php');
require_once('c-cex_trading.php');
require_once('empoex_trading.php');
require_once('yobit_trading.php');
require_once('alcurex_trading.php');
require_once('banx_trading.php');
require_once('cryptopia_trading.php');
require_once('safecex_trading.php');