1. Getting started with Fusion
Fusion Developer Platform
  • Getting started with Fusion
    • Overview
    • API key generation
    • Rate limits
  • API
    • Getting started
    • Market data
      • Get server time
      • Get tickers
      • Get trading pairs
      • Get orderbook
      • Get candles
      • Get assets
    • Account
      • Get account
      • Get account balances
    • Trading
      • Orders
        • Get orders
        • Create order
        • Get order by ID
        • Cancel order by ID
      • Trades
        • Get trades
        • Get trade by ID
  • MCP
    • Getting started
    • Available tools
  • CLI
    • Getting Started
    • Commands
  1. Getting started with Fusion

Overview

Bitpanda Fusion provides three interfaces for programmatic access to trading, market data, and account management:
Fusion API — a REST API for building trading applications, portfolio trackers, and integrations
Fusion MCP — a Model Context Protocol server that gives AI assistants direct access to your Fusion account
Fusion CLI — a Command Line Interface for interacting with Fusion directly from the terminal
All products use the same Bitpanda API key for authentication.

Key features#

Fusion APIFusion MCPFusion CLI
Real-time market data✓✓✓
Order management✓✓✓
Account balances & fee tiers✓✓✓
Trade history✓✓✓
InterfaceREST (HTTP)Model Context Protocol (Streamable HTTP)Terminal (bp-fusion)
Modified at 2026-07-14 09:28:02
Next
API key generation
Built with