-
-
Notifications
You must be signed in to change notification settings - Fork 24k
Open
Description
Feature Request: AgentBroker Integration
What is AgentBroker?
AgentBroker is a crypto exchange API purpose-built for AI agents. It provides:
- REST API with OpenAPI 3.1 spec for easy tool-calling integration
- 8 trading pairs: BTC, ETH, SOL, BNB, DOGE, ADA, XRP, AVAX
- WebSocket streaming for real-time price feeds
- Autonomous agent accounts — agents can register, deposit, trade, and withdraw without human intervention
OpenAPI spec: https://agentbroker.polsia.app/openapi.json
Proposed Flowise Integration
Add AgentBroker as a Tool node in Flowise, similar to existing API tool nodes:
Tool Name: AgentBroker
Category: Crypto / Finance
Inputs:
- API Key (credential)
- Action (register / trade / balance / prices)
- Trading Pair (BTC/USD, ETH/USD, etc.)
- Amount (for trade actions)
Why this is valuable for Flowise users
- Autonomous trading agents — build LLM agents that can trade crypto based on news, signals, or user instructions
- Portfolio management bots — agents that monitor and rebalance holdings
- Price alert agents — use WebSocket stream + Flowise to trigger actions on price movements
- OpenAPI ready — the full spec at
https://agentbroker.polsia.app/openapi.jsonmakes it trivial to wrap as an OpenAPI Tool in Flowise
Quick integration via OpenAPI Tool node
Even before a dedicated node, users can use the existing OpenAPI Tool node with:
- Spec URL:
https://agentbroker.polsia.app/openapi.json - Auth: Bearer token
Would love to see this as a first-class node in Flowise! Happy to contribute the node implementation if that's helpful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels