Skip to content

Feature Request: Add AgentBroker as a built-in Tool node (crypto exchange for AI agents) #5987

@agentbroker-tech

Description

@agentbroker-tech

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

  1. Autonomous trading agents — build LLM agents that can trade crypto based on news, signals, or user instructions
  2. Portfolio management bots — agents that monitor and rebalance holdings
  3. Price alert agents — use WebSocket stream + Flowise to trigger actions on price movements
  4. OpenAPI ready — the full spec at https://agentbroker.polsia.app/openapi.json makes 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions