The Bitpanda Public API provides a standard REST interface for programmatic access to market data, trading execution, and account management.A REST API for building custom integrations, managing portfolios, executing trades, and interacting with Bitpanda Earn. Authenticated with your Bitpanda API key.Getting started#
Generate an API key
Open
app.bitpanda.com → Account Settings → API. Assign the scopes you need:
Read for viewing market data and portfolios, and
Trade for creating and accepting quotes or managing Earn stakes.
Authenticate requests
Pass your API key in the
x-api-key header on every REST request.
x-api-key: $BITPANDA_API_KEY
Key features#
Quotes & Trading
Programmatically create and accept trading quotes.
Market Data
Retrieve real-time tickers, supported assets, and available fiat currencies.
Portfolio Management
Access account balances and track your asset holdings.
Bitpanda Earn
Manage staking actions and explore available earn configurations.
Open Public API docs
Full endpoint reference on docs.public.bitpanda.com Modified at 2026-07-28 08:29:12