ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Bitpanda

Skill by florianbeer

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/florianbeer/bitpanda
Or

Bitpanda Portfolio Skill

Check Bitpanda crypto portfolio, wallet balances, and trade history via CLI.

Auth

API key is read from (in order):

  1. BITPANDA_API_KEY environment variable
  2. ~/.openclaw/credentials/bitpanda/config.json{"api_key": "..."}

Generate at: https://web.bitpanda.com/my-account/apikey Recommended scopes: Balance, Trade, Transaction

Commands

bitpanda portfolio                    # Non-zero wallets grouped by crypto/fiat/index
bitpanda wallets                      # All non-zero wallets with balances
bitpanda transactions --limit 20      # Recent trades
bitpanda transactions --flow buy      # Buy trades only
bitpanda transactions --flow sell     # Sell trades only
bitpanda asset BTC                    # Current price + your balance

Notes

  • Read-only — no trading or transfers
  • Assets in Bitpanda Earn/Staking are not exposed by the API and won't show in balances
  • The asset command uses the public ticker (no auth needed) for prices
  • Pagination is automatic
  • Requires: curl, jq, bc

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-florianbeer-bitpanda": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.