-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More tickers #2700
More tickers #2700
Conversation
$this->config['currency'] as $strBase $this->config['price']['currency'] as $strQuote
btc-e.com was seized by the US DOJ; use btc-e.nz instead
The '90s are dead
Good work any chance to add Trade Orge we need to pick up nah value in strayapool.com |
The target for TradeOgre should be i.e /api/v1/ticker/BTC-NAH |
Hello this is not working can you have a look we have put the new file in
* Ticker API * Fetch exchange rates via an API *
https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-ticker-api **/
$config['price']['enabled'] = true; $config['price']['url'] = '
https://tradeogre.com/'; $config['price']['target'] =
'/api/v1/ticker/BTC-NAH'; $config['price']['currency'] = 'BTC';
…On 18 March 2018 at 18:44, Brian Ziemek ***@***.***> wrote:
The target for TradeOgre should be i.e /api/v1/ticker/BTC-NAH
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2700 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Agvcen-JEHOrlr5kDZaoxBS9EXg8n7n9ks5tfhA_gaJpZM4SvF_k>
.
|
@scottmacrae TradeOgre's webserver 404s if you have doubled up slashes.
|
All tested; ready for merge -- To be added to the Wiki later:
|
https://cdn.discordapp.com/attachments/418364312189403136/425233758212325387/Screenshot_2018-03-19_20.06.35.png
Please look at image you will see we have entered config correctly but
trade org not
Working still
…On Mon, 19 Mar 2018 at 06:43, Sebastian Grewe ***@***.***> wrote:
Merged #2700 <#2700>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2700 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AgvcejJNanXu4S0uY4mCQeKhSB_RG9-Fks5tfrjRgaJpZM4SvF_k>
.
|
Are you on the correct branch? Master does not have the change and Development just recently got it. Unless you checked out this PR specifically, this wasn't working anyway. And now it only works on |
Add: Binance, Crypto-Bridge, Mercatox, SouthXChange, TradeOgre, and Yobit
Remove: Cryptsy
Fix: BTC-e
It's late, and I only eyeballed these. Needs tests.