Docs Bitpanda
    • Welcome
    • MCP Server
    • CLI
    • Agent Skills
    • Public API
    • Fusion API

    Agent Skills

    A drop-in skill for any agent that follows the Agent Skills Open Standard — Claude Code, Cursor, custom orchestrators. Your assistant can query portfolio, trades, prices, and transactions with no hosted server.
    TIP
    Read-only by design. Every command is read-only, and output is always JSON for clean agent parsing.

    How it works#

    An agent skill is a directory with a SKILL.md manifest, executable scripts, and reference docs. The agent reads SKILL.md to learn the available commands. The Bitpanda skill ships SKILL.md, a scripts/bitpanda.sh CLI, and API reference docs. Authentication is by the BITPANDA_API_KEY environment variable.

    Install#

    Install requirements
    Requirements: curl, jq, and a Bitpanda API key.
    Clone and export your key
    Drop it into your agent
    Drop the bitpanda/ directory into your agent's skills folder. The verify command above should print JSON with up to five wallet entries.

    Example prompts#

    Top holdings
    "Show me my top five Bitpanda holdings by EUR value."
    Staking rewards
    "Sum my staking rewards from 2024 and break them down by asset."
    Modified at 2026-07-27 12:47:30
    Previous
    CLI
    Next
    Public API
    Built with