Dan

Results 49 comments of Dan

Thanks for your request, difficulty withdrawing funds from Hitbtc is a known issue and can generally be resolved by converting to a different currency before withdrawing or adding more funds...

> I mean How to get K lines or order books of options? Like this CCXT plans on adding more unified options support soon, currently you can use the implicit...

I've opened a pull request that adds some examples for options trading on Binance using the implicit API: #15420 Basically the implicit API is calling the endpoints directly with request...

Hi @bozorgmehr96 I'm not sure what having different aggregator ids in the currency structure would be required for in CCXT. `As good as the CCXT unified id is, it's not...

> @Dan-krm can you check the static tests? ![image](https://private-user-images.githubusercontent.com/43336371/329530210-a3a9ef06-ff60-4112-a2b2-755b8a9edde1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTUzOTM1MTgsIm5iZiI6MTcxNTM5MzIxOCwicGF0aCI6Ii80MzMzNjM3MS8zMjk1MzAyMTAtYTNhOWVmMDYtZmY2MC00MTEyLWEyYjItNzU1YjhhOWVkZGUxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTExVDAyMDY1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY0MGQzODZlZDhlMjhjY2UxNzcxODYxMjVlMjg2ZWJmNmJhOGEyMjJmYmZmMTIyMTVjNjY0NWYyZGU5NzEzOTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.NlPMnJgxpnrZD-homVG5pkloq6KKtZ50KVTDW0Ojlfo) @carlosmiei I adjusted the implementation so the tests pass

This update might be relevant, https://blog.bitmex.com/site_announcement/upcoming-updates-to-our-websocket-and-rest-apis/ removal of nulls and some fields for endpoints on bitmex

Hey everyone, thanks for expressing your interest! We're prioritizing adding Advanced Trade support to our Coinbase implementation now, it should be fully supported within the next week or so

> Thanks, what is the new exchange name? I think CoinbaseADV seems to be a good choice. The name should not be too long, but unique from other exchanges. Please...

@zydjohnHotmail @HawksterVJ @McxCZE @diogopms @pottertech @Hkey1 @brendan4eva @ethanopp The Coinbase Advanced Trade REST API is now fully supported on CCXT! [ Coinbase: advanced trade examples pull request ](https://github.com/ccxt/ccxt/pull/16631) https://github.com/ccxt/ccxt/tree/master/examples/py

> How about withdrawal? @Dan-krm Yeah it looks like coinbase has some endpoints separate from the advanced trade API that I can use to add a withdrawal method to the...