A
securityA
licenseA
qualityFacilitates interaction with the Bitcoin network via the Model Context Protocol, enabling key generation, address validation, transaction decoding, and blockchain data retrieval.
Last updated -
7
33
59
MIT License
一个模型上下文协议 (MCP) 服务器,提供与 Bitpanda API 交互的工具。该服务器允许通过 MCP 协议以编程方式访问 Bitpanda 的功能,例如交易、钱包和交易记录。
BITPANDA_API_KEY
环境变量)build
目录。get_asset_info
:通过特定资产的符号(例如 BTC、XAU)检索其详细信息。symbol
(字符串,必需)get_ohlc
:检索特定资产、法定货币和时间范围的 OHLC(开盘价/最高价/最低价/收盘价)数据。symbol
(字符串,必需):交易符号。fiatCurrency
(字符串,必需):法定货币(例如,美元、欧元)。timeframe
(字符串,必需):“天”或“周”。list_trades
:列出所有用户通过 Bitpanda API 进行的交易。最新交易优先。响应按游标分页显示。type
(字符串,可选): buy
或sell
之一。cursor
(字符串,可选):客户端已知的最后一笔交易的 ID。仅返回此 ID 之后的交易。cursor 参数为空或缺失时,将从头开始返回交易。page_size
(整数,可选):分页响应的页面大小。list_asset_wallets
:列出 Bitpanda API 中按资产类型分组的所有用户资产钱包。list_fiat_wallets
:列出来自 Bitpanda API 的所有用户的法定钱包。list_fiat_transactions
:列出用户通过 Bitpanda API 进行的所有法币交易。最新的法币交易优先。响应按游标分页显示。type
(字符串,可选):购买、出售、存款、取款、转账、退款。status
(字符串,可选):待定、处理中、完成、取消。cursor
(字符串,可选):客户端已知的最后一笔法币交易的 ID。仅返回此 ID 之后的法币交易。cursor 参数为空或缺失时,将从头开始返回法币交易。page_size
(整数,可选):分页响应的页面大小。list_crypto_wallets
:列出来自 Bitpanda API 的所有用户的加密钱包。list_crypto_transactions
:列出用户通过 Bitpanda API 发起的所有加密交易。最新的加密交易优先。响应以游标分页形式呈现。type
(字符串,可选): buy
、 sell
、 deposit
、 withdrawal
、 transfer
、 refund
或ico
之一。status
(字符串,可选): pending
处理、 processing
、 unconfirmed_transaction_out
交易、 open_invitation
、 finished
或canceled
之一。cursor
(字符串,可选):客户端已知的最后一笔加密交易的 ID。仅返回此 ID 之后的加密交易。cursor 参数为空或缺失将从头开始返回加密交易。page_size
(整数,可选):分页响应的页面大小。list_commodity_transactions
:列出用户通过 Bitpanda API 进行的所有商品交易。最新商品交易优先。响应以游标分页形式呈现。cursor
(字符串,可选):客户端已知的最后一笔商品交易的 ID。仅返回此 ID 之后的商品交易。cursor 参数为空或缺失时,将从头开始返回商品交易。page_size
(整数,可选):分页响应的页面大小。要添加更多 Bitpanda API 端点作为工具,请在src/tools/
中实现一个新的工具文件,并在src/tools/index.ts
中注册它。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
通过模型上下文协议,可以以编程方式访问 Bitpanda 加密货币交换功能,包括交易、钱包和交易。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matteoantoci/mcp-bitpanda'
If you have feedback or need assistance with the MCP directory API, please join our Discord server