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
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