mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #228] [CLOSED] feat: add okx tool #1201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/228
Author: @ZhouhaoJiang
Created: 2/17/2025
Status: ❌ Closed
Base:
main← Head:feat/add-okx-tool📝 Commits (1)
efc87c2feat: add okx tool📊 Changes
21 files changed (+1193 additions, -0 deletions)
View changed files
➕
tools/okx/.difyignore(+178 -0)➕
tools/okx/.env.example(+4 -0)➕
tools/okx/.gitignore(+171 -0)➕
tools/okx/GUIDE.md(+117 -0)➕
tools/okx/PRIVACY.md(+78 -0)➕
tools/okx/README.md(+64 -0)➕
tools/okx/_assets/demo.png(+0 -0)➕
tools/okx/_assets/icon.svg(+18 -0)➕
tools/okx/main.py(+6 -0)➕
tools/okx/manifest.yaml(+33 -0)➕
tools/okx/provider/okx.py(+23 -0)➕
tools/okx/provider/okx.yaml(+62 -0)➕
tools/okx/requirements.txt(+2 -0)➕
tools/okx/tools/okx_create_order.py(+79 -0)➕
tools/okx/tools/okx_create_order.yaml(+109 -0)➕
tools/okx/tools/okx_get_all_symbol.py(+29 -0)➕
tools/okx/tools/okx_get_all_symbol.yaml(+36 -0)➕
tools/okx/tools/okx_get_balance.py(+33 -0)➕
tools/okx/tools/okx_get_balance.yaml(+40 -0)➕
tools/okx/tools/okx_get_price.py(+30 -0)...and 1 more files
📄 Description
Add OKX Trading Plugin
Add OKX cryptocurrency exchange integration plugin with the following features:
All operations use CCXT library for secure API interactions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.