Fork me on GitHub

OKEX API

Simple OKEX exchange Python API client.

Configuration

NameTypeDescription
OKEX_BASE_URLstrThe base URL for the OKEX API requests (defaults to https://api.okex.com/api/v1/).
OKEX_API_KEYstrThe API key to be used to authenticate API requests (defaults to None).
OKEX_SECRET_KEYstrThe 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.

Build Automation

Build Status Coverage Status PyPi Status License