Skip to main content

bittrex_api

Project description

bittrex_api

PyPI - version PyPI - license PyPI - python version PyPI - downloads

GitHub - last commit GitHub - commit activity

GitHub - code size in bytes GitHub - repo size GitHub - lines of code

GitHub - license

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

kcu, requests

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

bittrex_api-0.0.21.tar.gz (19.7 kB view details)

Uploaded Source

Built Distribution

bittrex_api-0.0.21-py3-none-any.whl (30.0 kB view details)

Uploaded Python 3

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

Hashes for bittrex_api-0.0.21.tar.gz
Algorithm Hash digest
SHA256 cc13cafb9ad67208d31857b981a0e262bff9491cfdc46d88bd9d36acfcabb7c0
MD5 75e44adb9a32f68a5e9e98d2e5ff447e
BLAKE2b-256 86d39555c771e5d34e8d99ab60d6cfe3bec152d3ed5ce9b1002e350a7fadabb8

See more details on using hashes here.

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

Hashes for bittrex_api-0.0.21-py3-none-any.whl
Algorithm Hash digest
SHA256 195f6b675f61aa273e43bcf5ca10055b5d791549945431c4b4153e3c6a63124d
MD5 c7afd8e819f552b8fc045254827d0371
BLAKE2b-256 96ceacd1bcfb86878b86d13edbab663d6c09fec12f11a4898ccd021266e1829b

See more details on using hashes here.

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