Api for site btc-trade.com.ua/
Project description
About
Python bindings for btc-trade.com.ua. I am Not associated – use at your own risk, etc.
Installation
- ::
pip install btctrade
Using
import btctrade btc = btctrade.Btctrade('<public key>', '<private key>') btc.get_my_orders('btc_uah')
Supported calls
Public methods (you can call these method without public and private keys)
get_deals(pair)
get_sell_trades(pair)
get_buy_trades(pair)
get_japan_stats(pair)
Private methods(public and private keys are required)
get_balance()
sell(pair, price, amount)
buy(pair, price, amount)
get_my_orders(pair)
get_order_status(order_id)
remove_order(order_id)
bid(pair, amount)
ask(pair, amount)
Donations
BTC: 1J2ZSc97yzrGihULVMPCtEZs7zUDD6j7v
ETH: 0x86735BCB1990CE2E2C264F850732255a7D9dEC21
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
btctrade-0.1.2.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for btctrade-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4d917dbfc64ffab4356021dd0d0fcde9a36478b833c2ea802f0d6450bc359c6 |
|
MD5 | 016142d770007103a14ae5ee7c053375 |
|
BLAKE2b-256 | 46cf8da648bb1dd530facccf9f9cb48619daa1dffcb7734154efc7bbdb0003d2 |