A Python client for the Okex API.
Most of the unauthenticated calls have been implemented. It is planned to implement the remainder of the API.
pip install okex
Run the okex-poll-orderbook
script in a terminal.
Press Ctrl-c
to exit.
okex-poll-orderbook
Install the libs
pip install -r ./requirements.txt
See the examples directory for samples.
e.g.
PYTHONPATH=.:$PYTHONPATH python examples/basic.py
This code has been tested on
- Python 2.7.10
- Implement all API calls that Okex make available.
- Create an issue and discuss.
- Fork it.
- Create a feature branch containing only your fix or feature.
- Add tests!!!! Features or fixes that don't have good tests won't be accepted.
- Create a pull request.
The MIT License (MIT)
See LICENSE.md