2015-07-08 07:42:51 -07:00
2015-07-08 07:42:51 -07:00
2015-07-08 07:42:51 -07:00
2014-12-08 09:35:14 -08:00
2014-12-08 09:35:14 -08:00
2015-07-08 07:42:51 -07:00

PyCCEX

Python binding to the C-CEX API (https://c-cex.com/?id=api)

This is a minimalist implementation for a minimalist API. C-CEX uses HTTP GET requests for its API, with an API key included for some calls. This API assembles the query, fires it off to the server, and decodes the JSON response into a Python data structure.

example.py is a similarly minimal example that returns the available trading pairs.

Description
No description provided
Readme 29 KiB
Languages
Python 100%