1. API
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. API

Getting started

The Fusion API is a REST API that lets you access Bitpanda Fusion from your applications. You can retrieve market data, manage orders, and access account information.

Prerequisites#

Before making your first request, you need a Bitpanda Fusion API key.
Create one in your Bitpanda account under Account settings → API Keys → Fusion and assign the scopes required by your integration:
Read for market data, balances, account information, and trade history
Trade for placing and cancelling orders
See the API key generation guide for step-by-step instructions.

Authentication#

Include your API key in the x-api-key header of every request:

Base URL#

https://api.fusion.bitpanda.com

Make your first request#

Fetch your account balances:
A successful response confirms that your key is valid and has the required scope.
Modified at 2026-07-14 09:24:02
Previous
Rate limits
Next
Get server time
Built with