Skip to main content

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('YOUR PUBLIC KEY', 'YOUR 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.7.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

btctrade-0.1.7-py2.py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page