Bitcoin Forum

Economy => Exchanges => Topic started by: Winstar78 on January 25, 2018, 06:55:47 PM



Title: Cryptopia command line interface?
Post by: Winstar78 on January 25, 2018, 06:55:47 PM
Anyone out there can suggest me a tool to trade with command line commands on Cryptopia, through API?

I've found something for bittrex, but nothing for Cryptopia.

thanks to all will help me


Title: Re: Cryptopia command line interface?
Post by: LeGaulois on January 26, 2018, 12:19:03 AM
Are you using Bittrex's API to do it? Because Cryptopia has public and private API as well.
So it should be possible to do it like how you're doing with Bittrex.

There is this framework on GitHub to connect to different websites CryptoFyer 0.5 (https://github.com/fransyozef/cryptofyer) (never tested so no idea) Perhaps it can help you directly or indirectly with the code and giving you a hint.


Title: Re: Cryptopia command line interface?
Post by: Winstar78 on January 26, 2018, 08:51:30 AM
Thanks for the suggestion,

I had already found that framework,

unfortunately I don't master PHP and was hoping to find a more "plug and play" solution...