Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)