CoinEx symbols are missing a `/` in the pair
See original GitHub issueI searched through the issues and didn’t see this anywhere. I’m not quite sure if this is a ccxt problem or a CoinEx API problem. Thought I’d ask.
Certain symbols in the trade object are missing a /
between the codes. Here are the ones I’ve run into so far.
‘NPXSBTC’
‘BTUBTC’
‘CNNBTC’
‘SPOKBTC’
‘BCHPAX’
- OS: macOS 10.15.7
- Programming Language version: Python 3.7.9
- CCXT version: 1.39.1
exchange = ccxt.coinex(config)
trades = ccxt.fetch_my_trades()
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
https://support.coinex.com/hc/en-us/articles/90000...
No information is available for this page.
Read more >Exchanges — ccxt 2.4.71 documentation
In terms of the ccxt library, each exchange contains one or more trading markets. Each market has an id and a symbol. Most...
Read more >CoinEx Chain Whitepaper
On DEX chain, users can receive and send CET tokens, issue new tokens and conduct minting, burning, locking, unlocking operations to the new...
Read more >Utility Sub-commands
Values with "missing opt:" might need special configuration (e.g. using orderbook if ... --print-json Print list of pairs or market symbols in JSON...
Read more >Change Log – Huobi API Reference v1.0 - GitHub Pages
Release Time (UTC +8) API New / Update
2022.06.24 POST /v2/sub‑user/api‑key‑generation update
2022.06.17 POST /v1/dw/withdraw/api/create update
2022.01.21 GET v1/common/symbols , GET v1/common/currencys Update
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @kroitor
This works great @kroitor thank you!