OKX trading gateway for VeighNa.
Project description
OKX trading gateway for VeighNa Evo
Introduction
This gateway is developed based on OKX's V5 REST and Websocket API, and supports spot, linear contract and inverse contract trading.
For derivatives contract trading, please notice:
- Only supports one-way position mode.
Install
Users can easily install vnpy_okx by pip according to the following command.
pip install vnpy_okx
Also, users can install vnpy_okx using the source code. Clone the repository and install as follows:
git clone https://github.com/veighna-global/vnpy_okx.git && cd vnpy_okx
python setup.py install
A Simple Example
Save this as run.py.
from vnpy.event import EventEngine
from vnpy.trader.engine import MainEngine
from vnpy.trader.ui import MainWindow, create_qapp
from vnpy_okx import OkxGateway
def main() -> None:
"""main entry"""
qapp = create_qapp()
event_engine = EventEngine()
main_engine = MainEngine(event_engine)
main_engine.add_gateway(OkxGateway)
main_window = MainWindow(main_engine, event_engine)
main_window.showMaximized()
qapp.exec()
if __name__ == "__main__":
main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vnpy_okx-2026.4.19.tar.gz.
File metadata
- Download URL: vnpy_okx-2026.4.19.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00f155a9ee9f95af36e3b4c5c5adf07ba5727625ac8a17e45e6a95089e4baddb
|
|
| MD5 |
297bd0f31b7c37cfa8d5d2c9eefc38cb
|
|
| BLAKE2b-256 |
074e332b3e0a7a823fbfea519b260d7941b622a94fa47504d036d9af0acdfadf
|
File details
Details for the file vnpy_okx-2026.4.19-py3-none-any.whl.
File metadata
- Download URL: vnpy_okx-2026.4.19-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7771f4bb37231bfc42e66eb24850d3b4914483f744cd34edc7af10cc56d3ce6
|
|
| MD5 |
fa437d17671c7dba1fa27203dedc213b
|
|
| BLAKE2b-256 |
b8c0f6ca0961e033800a2772897379a92cb2fba2169680dcd8f37d5720866e13
|