blinktrade-cli is a command line program, that allows you to interact with any blinktrade powered exchange.
Here is a list of all blinktrade powered exchanges
Country | Broker ID | Exchange |
---|---|---|
Brazil | 11 | BitCambio |
Chile | 9 | ChileBit |
Pakistan | 8 | UrduBit |
Vietnam | 3 | VBTC |
Venezuela | 1 | SurBitcoin |
Testnet environment | 5 | Testnet |
-
login to the desired exchange.
-
Create an API Key with the permissions you wish.
-
Set the BLINKTRADE_API_KEY, BLINKTRADE_API_SECRET and BLINKTRADE_API_BROKER_ID environment variables
$ export BLINKTRADE_API_KEY=gWFfWvD5UEOBDkGyI6ST7hoGPEMudJBBwn3Hv1rvBGQ
$ export BLINKTRADE_API_SECRET=2LHLQoj0hNg9xcGQNRBMLtYCDTxqZhAdA2RTsKbHD2s
$ export BLINKTRADE_API_BROKER_ID=11
$ export BLINKTRADE_API_BACKEND=bitcambio
- download & install blinktrade-cli
$ git clone https://github.com/blinktrade/blinktrade-cli
$ cd blinktrade-cli
$ python setup.py install
- Run it
$ blinktrade-cli
- Get the list of all your withdrawals
$ blinktrade-cli list_withdrawals
- Get the list of all your deposits
blinktrade-cli.py list_deposits