[PR #42] [MERGED] feat: add okx tool #552

Closed
opened 2026-02-22 17:32:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/42
Author: @ZhouhaoJiang
Created: 2/17/2025
Status: Merged
Merged: 3/7/2025
Merged by: @RockChinQ

Base: mainHead: feat/add-okx-tool


📝 Commits (3)

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

ZhouhaoJiang/okx/okx.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Submission Type

  • New plugin submission
  • Version update for existing plugin

2. Description

feat: Add OKX Trading Plugin

Add OKX cryptocurrency exchange integration plugin with the following features:

  • Real-time price data retrieval
  • Trading pair listing
  • Account balance checking
  • Order placement (spot/futures, market/limit)

All operations use CCXT library for secure API interactions.

CleanShot 2025-02-17 at 18 01 33@2x
CleanShot 2025-02-17 at 18 21 52@2x

3. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

4. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details

5. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/42 **Author:** [@ZhouhaoJiang](https://github.com/ZhouhaoJiang) **Created:** 2/17/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@RockChinQ](https://github.com/RockChinQ) **Base:** `main` ← **Head:** `feat/add-okx-tool` --- ### 📝 Commits (3) - [`d9629e6`](https://github.com/langgenius/dify-plugins/commit/d9629e6622ac96c31cd3078a28d21e224346d28a) feat: add okx tool - [`ec9e571`](https://github.com/langgenius/dify-plugins/commit/ec9e571dd9d854c256e7ba5d110f8d7186e59590) feat: update author name - [`bde16ae`](https://github.com/langgenius/dify-plugins/commit/bde16ae8490432fc695217036fb7e55eb0578db6) feat: update describe ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ZhouhaoJiang/okx/okx.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 2. Description feat: Add OKX Trading Plugin Add OKX cryptocurrency exchange integration plugin with the following features: - Real-time price data retrieval - Trading pair listing - Account balance checking - Order placement (spot/futures, market/limit) All operations use CCXT library for secure API interactions. ![CleanShot 2025-02-17 at 18 01 33@2x](https://github.com/user-attachments/assets/9b4044fc-56c1-4a73-aa38-e4b26bdc87a8) ![CleanShot 2025-02-17 at 18 21 52@2x](https://github.com/user-attachments/assets/cef52f04-e387-4603-98db-e26d4cb2c328) ## 3. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 4. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details ## 5. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection <!-- Does your plugin collect any user personal data? If yes, please list what types of user personal data are being collected according to the Plugin Privacy Protection Guidelines (for example: Email address, IP address, Age, etc) --> ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:32:35 -05:00
yindo closed this issue 2026-02-22 17:32:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#552