Damien Fayet
Damien Fayet
Hello, Starting from your given example, you can do the following: ```php $api->kline(["BTCUSDT", "EOSBTC"], "5m", function($api, $symbol, $chart) { // ... do whatever you want $endpoint = strtolower($symbol) . '@kline_'...
Hello, This question has multiple solutions, you can find multiple path on the internet. One solution that come to my mind would by to use the [Symfony's Console component ](https://github.com/symfony/console)...
As you are using the v3 api of oanda and the console was made for the v1, youneed to do some tweaks on the command in order to handle the...
@yatsukhnenko The `mget` behaviour is probably right, but the doc (and the function return type) is incorrect, or it misses an exception if the `$array` parameter is empty
@yatsukhnenko It might be easier but you will allow an incorrect behaviour, as the exception is thrown because the user tries to `mget` with no keys (which is not supported,...
This is a little typo in the Coinbase.php file. Replace the line 505 with `error_log('STATUS CODE' . $statusCode . ' ' . $response);` I am assuming the line 501 is...