Skip to main content

Python lib for bx.in.th market

Project description

Description

Python library for bx.in.th api.

Requirements

Installation

$ pip install bxinth

Usage

from bxinth import BxIn, pairs


bx = BxIn('api_key', 'api_secret', 'otp')
# get orderbook
book = bx.orderbook(pairs.THBBTC)
bids = book['bids']
asks = book['asks']

# make order
order_id = bx.order(pairs.THBBTC, 1, 33000)['order_id']

# cancel order
bx.cancel(pairs.THBBTC, order_id)

Testing

Add src/config_test.py file with

API_KEY = 'api_key'
API_SECRET = 'api_secret'
OTP = 'otp'

and run

$ python -m unittest

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

bxinth-0.1.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

bxinth-0.1.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded 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