https://github.com/hivesolutions/okex-api
Simple OKEX exchange Python API client
https://github.com/hivesolutions/okex-api
api client okex python
Last synced: 17 days ago
JSON representation
Simple OKEX exchange Python API client
- Host: GitHub
- URL: https://github.com/hivesolutions/okex-api
- Owner: hivesolutions
- Created: 2018-01-11T10:06:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-07T11:16:16.000Z (7 months ago)
- Last Synced: 2026-05-18T20:49:58.447Z (about 1 month ago)
- Topics: api, client, okex, python
- Language: Python
- Homepage: http://okex-api.hive.pt
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [OKEX API](http://okex-api.hive.pt)
Simple [OKEX](http://www.okex.com) exchange Python API client.
## Configuration
| Name | Type | Description |
| ----- | ----- | ----- |
| **OKEX_BASE_URL** | `str` | The base URL for the OKEX API requests (defaults to `https://api.okex.com/api/v1/`). |
| **OKEX_API_KEY** | `str` | The API key to be used to authenticate API requests (defaults to `None`). |
| **OKEX_SECRET_KEY** | `str` | The secret key value to be used to sign API requests (defaults to `None`). |
## License
OKEX API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[](https://github.com/hivesolutions/okex-api/actions)
[](https://coveralls.io/r/hivesolutions/okex-api?branch=master)
[](https://pypi.python.org/pypi/okex-api)
[](https://www.apache.org/licenses/)