Skip to content
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

load markets for poloniex returns the base BTM as bitmark #1147

Closed
MarkLuds opened this issue Jan 9, 2018 · 1 comment
Closed

load markets for poloniex returns the base BTM as bitmark #1147

MarkLuds opened this issue Jan 9, 2018 · 1 comment
Assignees

Comments

@MarkLuds
Copy link

MarkLuds commented Jan 9, 2018

Hi,

This is a really well put together library. I love it. So first of all thanks for that, will definitely be doing some sort of supporting/backing this.
So...
This method is currently returning bitmark as the name not the code i.e:
[Bitmark/BTC]
the base is also returned as Bitmark

  • OS:
  • Programming Language: PHP
  • CCXT version: Not sure where to find this. downloaded around 01/01/2018
  • Exchange: poloniex
  • Method: load_markets

$apis['poloniex'] = new \ccxt\poloniex (array ('verbose' => true)); // log HTTP requests
$markets = $apis['poloniex']->load_markets ();
print_r($markets);

@kroitor
Copy link
Member

kroitor commented Jan 9, 2018

Hi!

BTM is the code for Bytom (HitBTC and coinmarketcap). Poloniex has a different token under that same standard code. BTM on Poloniex is Bitmark.

Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants