Skip to content

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

fromluno_python.clientimportClientc=Client(api_key_id='key_id', api_key_secret='key_secret')
try:
res=c.get_ticker(pair='XBTZAR')
printresexceptExceptionase:
printe

License

MIT

About

Python SDK for the Luno API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages