Docs Bitpanda
    • Welcome
    • MCP Server
    • CLI
    • Agent Skills
    • Public API
    • Fusion API

    Fusion API

    Bitpanda Fusion provides an interface for programmatic access to trading, market data, and account management.
    A REST API for building trading applications, portfolio trackers, and integrations. Authenticated with your Bitpanda API key.

    Getting started#

    Generate an API key
    Open app.bitpanda.com → Account Settings → Fusion tab. Assign the scopes you need: Read for market data and account queries, Trade to place and cancel orders.
    Authenticate requests
    Pass your API key in the x-api-key header on every REST request.
    x-api-key: $BITPANDA_API_KEY

    Key features#

    Real-time market data
    Live tickers, orderbook depth, and price feeds.
    Order management
    Place, modify, and cancel orders programmatically.
    Account balances & fee tiers
    Query holdings and your current fee schedule.
    Trade history
    Full record of executed trades and order status.
    Open Fusion API docs
    Full endpoint reference on docs.fusion.bitpanda.com
    Modified at 2026-07-28 08:29:44
    Previous
    Public API
    Built with