bittrex_api
Project description
bittrex_api
Description
IMDB scraper
Install
pip install bittrex_api
# or
pip3 install bittrex_api
Usage
from bittrex_api import Bittrex
bittrex = Bittrex(
api_key='', # YOUR API KEY
secret_key='', # YOUR API SECRET
max_request_try_count=3, # Max tries for a request to succeed
sleep_time=2, # sleep seconds between failed requests
debug_level=3
)
v3 = bittrex.v3
# or
# from bittrex_api import *
# v3 = BittrexV3(
# api_key='', # YOUR API KEY
# secret_key='', # YOUR API SECRET
# max_request_try_count=3, # Max tries for a request to succeed
# sleep_time=2, # sleep seconds between failed requests
# debug_level=3,
# reverse_market_names=True
# )
# V3 Usage samples
from kcu import kjson
MARKET_NAME = 'BTC-XRP'
kjson.print(v3.get_market(market=MARKET_NAME))
kjson.print(v3.get_market_summary(market=MARKET_NAME))
kjson.print(v3.get_orderbook(market=MARKET_NAME, depth=1))
Dependencies
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bittrex_api-0.0.21.tar.gz
(19.7 kB
view details)
Built Distribution
File details
Details for the file bittrex_api-0.0.21.tar.gz
.
File metadata
- Download URL: bittrex_api-0.0.21.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc13cafb9ad67208d31857b981a0e262bff9491cfdc46d88bd9d36acfcabb7c0 |
|
MD5 | 75e44adb9a32f68a5e9e98d2e5ff447e |
|
BLAKE2b-256 | 86d39555c771e5d34e8d99ab60d6cfe3bec152d3ed5ce9b1002e350a7fadabb8 |
File details
Details for the file bittrex_api-0.0.21-py3-none-any.whl
.
File metadata
- Download URL: bittrex_api-0.0.21-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 195f6b675f61aa273e43bcf5ca10055b5d791549945431c4b4153e3c6a63124d |
|
MD5 | c7afd8e819f552b8fc045254827d0371 |
|
BLAKE2b-256 | 96ceacd1bcfb86878b86d13edbab663d6c09fec12f11a4898ccd021266e1829b |