Closed
Conversation
Add a new CEX skill covering Binance Auto-Invest API, enabling AI agents to create and manage dollar-cost averaging plans. Covers 15 endpoints: plan CRUD, one-off purchases, redemptions, target asset discovery, ROI queries, and subscription history. Includes portfolio allocation examples and full auth reference.
|
Hi @he-yufeng, thanks for your contribution! We're closing this PR as auto invest is no longer officially supported by Binance and it has been deprecated a couple of months ago. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new Binance CEX skill for the Auto-Invest (DCA) API, enabling AI agents to help users set up and manage dollar-cost averaging plans for 220+ cryptocurrencies.
What's included
Why this skill
Auto-Invest is one of the most requested features for automated crypto investing. It supports 220+ target assets, 50+ source assets, and flexible scheduling (daily/weekly/bi-weekly/monthly). Currently missing from the skills hub despite having a full public API.
Follows the same structure and conventions as the existing
simple-earnskill.