Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DESK3_API_KEY | Yes | A valid Desk3 API key required for accessing Desk3 crypto data endpoints |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
EIP1559 Gas Suggestion | Get EIP1559 gas suggestion for a given chainid (query param required)(获取 EIP1559 Gas 建议,需 chainid 查询参数) |
Fiat Exchange Rate List | List of foreign currency exchange rates(法币汇率列表) |
24hr Mini Ticker | 24-hour currency price Mini information, supports symbol parameters: ETHUSDT(24 小时币价迷你行情,支持 symbol 参数,如 ETHUSDT) |
Token Price Info | Get real-time token price information, support symbol parameters (ETHUSDT,BTCUSDT)(获取实时代币价格,支持 symbol 参数,如 ETHUSDT、BTCUSDT) |
Crypto Fear and Greed Index | Discover our Fear and Greed Index, a powerful tool that analyzes market sentiment to help you make informed crypto investment decisions. Stay ahead of market trends with real-time and historical data available through our easy-to-use API.(贪婪与恐惧指数,分析市场情绪,助力明智投资决策,支持实时与历史数据) |
BTC Trend (3 months) | Get the BTC trend chart for the past 3 months. Format: [[date, price, active addresses, new addresses, transaction addresses]](获取近 3 个月 BTC 趋势图表,格式:[[日期, 当日价格, 活跃地址数, 新增地址数, 发生交易地址数]]) |
ETH Trend (3 months) | Get the ETH trend chart for the past three months. Format: [[date, price, active addresses, new addresses]](获取近 3 个月 ETH 趋势图表,格式:[[日期, 当日价格, 活跃地址数, 新增地址数]]) |
Altcoin Season Index | Altcoin Season Index page provides real-time insights into whether the cryptocurrency market is currently in Altcoin Season, based on the performance of the top 100 altcoins relative to Bitcoin over the past 90 days, with detailed charts and metrics for tracking market trends and altcoin dominance.(山寨币季指数,基于前 100 山寨币与比特币 90 天表现,实时判断市场是否处于山寨币季,含详细图表与指标) |
Bitcoin Dominance | Bitcoin (BTC) dominance is a metric used to measure the relative market share or dominance of Bitcoin in the overall cryptocurrency sector. It represents the percentage of Bitcoin's total market capitalization compared to the total market capitalization of all cryptocurrencies combined.(比特币主导率,衡量比特币在整个加密货币市场的市值占比) |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_suggest_gas | Get EIP1559 estimated gas info (chainid required)(获取 EIP1559 估算 Gas 信息,需要 chainid) |
get_exchange_rate | Get list of fiat currency exchange rates(获取法币汇率列表) |
get_mini_24hr | Get 24-hour mini ticker info, supports symbol parameter(获取 24 小时迷你行情,支持 symbol 参数) |
get_token_price | Get real-time token price info, supports symbol parameter(获取实时代币价格,支持 symbol 参数) |
get_fear_greed_index | Discover our Fear and Greed Index, a powerful tool that analyzes market sentiment to help you make informed crypto investment decisions. Stay ahead of market trends with real-time and historical data available through our easy-to-use API.(贪婪与恐惧指数,分析市场情绪,助力明智投资决策,支持实时与历史数据) |
get_btc_trend | Get BTC trend chart for the past 3 months. Format: [[date, price, active addresses, new addresses, transaction addresses]](获取近 3 个月 BTC 趋势图表,格式:[[日期, 当日价格, 活跃地址数, 新增地址数, 发生交易地址数]]) |
get_eth_trend | Get the ETH trend chart for the past three months. Format: [[date, price, active addresses, new addresses]](获取近 3 个月 ETH 趋势图表,格式:[[日期, 当日价格, 活跃地址数, 新增地址数]]) |
get_altcoin_season_index | Altcoin Season Index page provides real-time insights into whether the cryptocurrency market is currently in Altcoin Season, based on the performance of the top 100 altcoins relative to Bitcoin over the past 90 days, with detailed charts and metrics for tracking market trends and altcoin dominance.(山寨币季指数,基于前 100 山寨币与比特币 90 天表现,实时判断市场是否处于山寨币季,含详细图表与指标) |
get_bitcoin_dominance | Bitcoin (BTC) dominance is a metric used to measure the relative market share or dominance of Bitcoin in the overall cryptocurrency sector. It represents the percentage of Bitcoin's total market capitalization compared to the total market capitalization of all cryptocurrencies combined.(比特币主导率,衡量比特币在整个加密货币市场的市值占比) |