-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Cryptopia.php load_markets not returning right symbol sometimes #1359
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
Comments
Hi! This question is answered here (some symbols are substituted to resolve for conflicts):
Let me know if this does not help. |
Hi @kroitor I dont think it's a synonym issue like BCC > BCH or BTC > XBT Its more instrument shortname and longname are reversed here, but only for some coin, so i dont get it 😢 |
Yet still, it is, namely it's the NET → NetCoin. Why? Because which other substitution would it be? Why substitute? Because NET stands for Nimiq, which has higher market cap and it's a different coin. |
ah okay So when the long name is chosen, it's because shortname is already used |
Hi,
I'm using the PHP lib
Cryptopia load_markets() is not returning the right symbol sometimes
Example :
NetCoin/BTC instead of NET/BTC
WarCoin/BTC instead of WRC/TC
Don't know why yet, the code looks correct https://github.com/ccxt/ccxt/blob/master/php/cryptopia.php#L115
The text was updated successfully, but these errors were encountered: