Python SDK for the Justcoin API
Project description
Justcoin Python API
===================
Install the sdk:
::
pip install justcoin-sdk
Get your API key from `Justcoin <https://justcoin.com/client/#settings/apikeys>`_ and then just do:
.. code-block:: python
import justcoin-sdk
api = JustcoinAPI("my-api-key")
print api.list_markets()
You can get a list of available endpoints and their explanations from a mixture of the `old docs<http://docs.justcoin.apiary.io/>`_ and the `new docs<http://wiki.justcoin.com/API>`_. I find the old docs to be more comprehensive.
Have fun
===================
Install the sdk:
::
pip install justcoin-sdk
Get your API key from `Justcoin <https://justcoin.com/client/#settings/apikeys>`_ and then just do:
.. code-block:: python
import justcoin-sdk
api = JustcoinAPI("my-api-key")
print api.list_markets()
You can get a list of available endpoints and their explanations from a mixture of the `old docs<http://docs.justcoin.apiary.io/>`_ and the `new docs<http://wiki.justcoin.com/API>`_. I find the old docs to be more comprehensive.
Have fun
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
justcoin-sdk-0.0.5.tar.gz
(2.0 kB
view hashes)