Coder Social home page Coder Social logo

poloniex's Introduction

poloniex

Poloniex python API client for humans

https://travis-ci.org/Aula13/poloniex.svg?branch=master

Description

Alpha version of a 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 = p.returnTicker()['BTC_ETH']
print(ticker)

Private APIs:

import os
from poloniex import Poloniex

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

polo = Poloniex(api_key, api_secret)

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

balances = polo.returnBalances()
print(balances)

Donations

Name Symbol Address
Bitcoin BTC 13NpLwXgEP8d9NpDUHptY6BypFRNXHL3tr
Ethereum ETH 0x8f61777b0f951ed5df684da495d82171aa3645ea
Litecoin LTC LKM1eTU8BmvCECJr54Tz1pHDr4e2AS41Ai
Ethereum Classic ETC 0xb564911a90b6f37ce9bd756f44e91cdf8475b402

poloniex's People

Contributors

booxter avatar dnlcrl avatar enricobacis avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.