pool/web/yaamp/core/trading/trading.php
Tanguy Pruvot e3bd3de87d exchanges: allow to ignore some with empty keys/secret
- cryptsy is now used in low priority as default market

- remove keys.php from default defines, only loaded when used

- safecex prepare balances and deposit addresses (not ready yet)
2016-01-13 14:17:35 +01:00

12 lines
377 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('cryptopia_trading.php');
require_once('safecex_trading.php');