Skip to main content

Poloniex API client for humans

Project description

Description

Poloniex API client for humans

Installation

The package has been uploaded to PyPI, so you can install it with pip:

$ pip install poloniex

Usage Examples

Documentation can be inspected by calling the python’s help function with a Poloniex object as parameter:

from poloniex import Poloniex
polo = Poloniex()
help(polo)

Public APIs

from poloniex import Poloniex
polo = Poloniex()
ticker = polo.returnTicker()['BTC_ETH']
print(ticker)

Private APIs

from poloniex import Poloniex
import os

api_key = os.environ.get('POLONIEX_API_KEY')
api_secret = os.environ.get('POLONIEX_SECRET')
polo = Poloniex(api_key, api_secret)

ticker = polo.returnTicker()['BTC_ETH']
print(ticker)

balances = polo.returnBalances()
print(balances)

Used in

  • crypto_trader: Trading automation on poloniex cyriptocoin exchange

Donations

Name

Symbol

Address

Bitcoin

BTC

13NpLwXgEP8d9NpDUHptY6BypFRNXHL3tr

Ethereum

ETH

0x8f61777b0f951ed5df684da495d82171aa3645ea

Litecoin

LTC

LKM1eTU8BmvCECJr54Tz1pHDr4e2AS41Ai

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

poloniex-0.0.17-py2.py3-none-any.whl (11.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file poloniex-0.0.17-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for poloniex-0.0.17-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 133254c0727eebfae3935ae9de001bb92030563c3dd8c11e076dced5048aa457
MD5 f61fa12e4a1b23c6cffe6aba70c00665
BLAKE2b-256 c48eebe82e6abc728c461f9e99dd8bca32034a0b9b1f57f832d3c395550b9ad8

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