feat(binance): integrate Binance Spot Trading plugin into Vibekit registry#255
Open
HillaryMaende wants to merge 2 commits intoEmberAGI:mainfrom
Open
feat(binance): integrate Binance Spot Trading plugin into Vibekit registry#255HillaryMaende wants to merge 2 commits intoEmberAGI:mainfrom
HillaryMaende wants to merge 2 commits intoEmberAGI:mainfrom
Conversation
- Add complete Binance spot trading plugin with 438+ trading tokens - Implement HMAC authentication and retry logic for robust API calls - Support both testnet and mainnet environments - Add comprehensive error handling and type definitions - Include complete documentation and usage examples - Integrate with Ember plugin registry system - Add dependencies: binance@3.0.0, p-retry@6.2.1 Features: - Real-time spot trading on Binance - Account balance management - Market data retrieval - Production-ready security - Comprehensive error handling - Full TypeScript support
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
Related Issue(s):
Provide a brief description of what this PR accomplishes:
This PR integrates the Binance Spot Trading Plugin into the Vibekit onchain-actions plugins registry and syncs the fork with upstream main. It enables agents to execute spot trades on Binance, retrieve market data, and manage account information via MCP-compatible tools.
Type of Change:
🧪 Testing
Tests Performed:
Steps to Run Tests:
Checklists
Code Quality
pnpm build)pnpm lint:check)pnpm test)anytypes introducedDocumentation
Deployment Notes
Deployment Considerations:
New or Changed Environment Variables:
Breaking Changes or Migration Steps:
New Dependencies Added:
Additional Context
🏷️ Protocol Name
Binance
🔧 Protocol Type
Swapping/DEX
📝 Protocol Description
The Binance Spot Trading Plugin integrates Binance’s Spot Trading API into the Arbitrum Vibekit framework, enabling on-chain agents to perform real-time cryptocurrency swaps through Binance’s centralized exchange infrastructure.
Key features include:
This plugin bridges Arbitrum-based agent frameworks with Binance liquidity, enabling hybrid DeFi–CeFi trading and automated strategy execution.
📚 Protocol Documentation
https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-api-information
🌐 Supported Networks
All Binance Exchange supported Networks
🎯 Capabilities
The Binance Spot Trading Plugin supports the following operations:
📎 Additional Information
🔒 Security Considerations:
⚙️ Special Requirements:
📈 Integration Notes:
Implementation Required
Plugin Registration & Configuration
Swap Execution Handler
Market Data Adapter
Account Interface
Error & Rate Limit Handling
Environment & Secrets Management