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

API key generation

Fusion API, Fusion MCP and Fusion CLI all use API key authentication. The same key works with either product.

How to generate an API key#

Create an API key in your Bitpanda account:
https://app.bitpanda.com/my-account/apikey?tab=Fusion
Steps:
1.
Open your account settings
2.
Navigate to API Keys
3.
Switch to the "Fusion" tab
4.
Enter a name for your key
5.
Select an expiration date (max 1 year)
6.
Choose required scopes
7.
Click "Generate new API key"
8.
Copy and store the key securely (it is shown only once)

Scopes#

When creating a key, you must define its permissions.
ScopeWhat it enables
ReadMarket data, account info, order and trade history
TradeCreate and cancel orders (requires Read)
TransferMove funds between wallets
Use the least privilege principle. Only enable what your application needs.

Using your key with each interface#

See the Getting started guide for Fusion API, Fusion MCP, and Fusion CLI.
Modified at 2026-07-14 09:21:26
Previous
Overview
Next
Rate limits
Built with