Skip to content

adamhicks/luno-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luno API Build Status

This Python package provides a wrapper for the Luno API.

Installation

pip install luno-python

Authentication

Please visit the Settings page to generate an API key.

Example usage

from luno_python.client import Client

c = Client(api_key_id='key_id', api_key_secret='key_secret')
try:
  res = c.get_ticker(pair='XBTZAR')
  print res
except Exception as e:
  print e

License

MIT

About

Python SDK for the Luno API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%