Skip to content

vbtc/vbtc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blinktrade-cli

blinktrade-cli is a command line program, that allows you to interact with any blinktrade powered exchange.

Exchanges

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

How to

  1. login to the desired exchange.

  2. Create an API Key with the permissions you wish.

  3. 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
  1. download & install blinktrade-cli
$ git clone https://github.com/blinktrade/blinktrade-cli 
$ cd blinktrade-cli
$ python setup.py install 
  1. Run it
$ blinktrade-cli

Examples

  • Get the list of all your withdrawals
$ blinktrade-cli  list_withdrawals 
  • Get the list of all your deposits
blinktrade-cli.py  list_deposits 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages