Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/okex-api
Simple OKEX exchange Python API client
https://github.com/hivesolutions/okex-api
api client okex python
Last synced: 26 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T12:16:32.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:56:59.993Z (about 1 month ago)
- Topics: api, client, okex, python
- Language: Python
- Homepage: http://okex-api.hive.pt
- Size: 32.2 KB
- Stars: 2
- Watchers: 3
- 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
[![Build Status](https://app.travis-ci.com/hivesolutions/okex-api.svg?branch=master)](https://travis-ci.com/github/hivesolutions/okex-api)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/okex-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/okex-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/okex-api.svg)](https://pypi.python.org/pypi/okex-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)