Install
openclaw skills install bitpandaCheck your Bitpanda crypto portfolio, wallet balances, and trade history via CLI using your API key with read-only access.
openclaw skills install bitpandaCheck Bitpanda crypto portfolio, wallet balances, and trade history via CLI.
API key is read from (in order):
BITPANDA_API_KEY environment variable~/.openclaw/credentials/bitpanda/config.json → {"api_key": "..."}Generate at: https://web.bitpanda.com/my-account/apikey Recommended scopes: Balance, Trade, Transaction
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
asset command uses the public ticker (no auth needed) for pricescurl, jq, bc