一键导入
blofin-funding-monitor
Monitor BloFin perpetual swap funding rates, analyze market sentiment through funding data, and track funding rate trends across instruments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor BloFin perpetual swap funding rates, analyze market sentiment through funding data, and track funding rate trends across instruments.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up and configure the BloFin MCP server. Guides through API key creation, MCP configuration, connection verification, and switching between demo/production environments.
Manage BloFin futures account — check balances, view positions, configure leverage, margin mode, and position mode. Requires authenticated BloFin API access.
Manage BloFin assets — check balances across account types, transfer funds between accounts (funding, futures, copy trading, earn, spot), and track deposit/withdrawal history. Requires authenticated API access with TRANSFER permission.
Manage BloFin copy trading — view copy trading account, positions, orders, and lead trader operations. Supports both follower and lead trader workflows. Requires authenticated API access.
Retrieve real-time market data from BloFin exchange — prices, orderbook depth, candlestick charts, trades, mark prices, and funding rates. No authentication required.
Analyze your BloFin trading portfolio — PnL breakdown, trade history, fill analysis, performance metrics, and generate reports. Requires authenticated API access.
| name | blofin-funding-monitor |
| description | Monitor BloFin perpetual swap funding rates, analyze market sentiment through funding data, and track funding rate trends across instruments. |
| version | 1.0.0 |
| license | Apache-2.0 |
| metadata | {"openclaw":{"emoji":"📡","requires":{"bins":["node"]}}} |
| auto_activate | ["funding rate","funding monitor","market sentiment","funding payment","funding history"] |
Monitor perpetual swap funding rates, analyze market sentiment, and track funding trends across BloFin instruments.
Perpetual swap contracts use funding rates to keep the contract price aligned with the spot price:
Scan all instruments for current funding rates:
get_tickers (no instId filter)get_funding_rate (no instId filter) for all instrumentsFunding Rate Overview (sorted by |rate|)
=========================================
| Instrument | Funding Rate | Annualized | Direction | Volume 24h |
|------------|-------------|------------|--------------|------------|
| XXX-USDT | +0.0321% | ~117% | Longs pay | $XXM |
| YYY-USDT | -0.0156% | ~57% | Shorts pay | $XXM |
| BTC-USDT | +0.0100% | ~37% | Longs pay | $XXM |
| ... | ... | ... | ... | ... |
Summary: XX/XX instruments have positive rates (bullish bias)
⚠️ Instruments with |rate| > 0.03% may indicate overleveraged positioning.
Annualized rate formula: fundingRate * 3 * 365 * 100 (3 payments per day)
Example prompts:
Deep-dive into one instrument's funding dynamics:
get_funding_rateget_funding_rate_history (last 100 data points)get_tickersPresent:
BTC-USDT Funding Rate Analysis
================================
Current Rate: +0.0100% (longs pay shorts)
Next Payment: ~[estimate based on 8h intervals]
Historical (last 7 days):
- Average: +0.0085%
- Max: +0.0321%
- Min: -0.0012%
- Positive: 95% of periods
Sentiment: Persistently positive — market is net long / bullish
Trend: Stable — no significant shifts in positioning
Note: Elevated rates may indicate crowded long positioning.
Example prompts:
Help traders understand the cost of holding positions:
get_tickersget_instruments (contract value, min size)Funding Cost Estimate
======================
Instrument: BTC-USDT
Your Position: Long, 100 contracts
Notional Value: $X,XXX
Current Funding Rate: +0.01%
Cost per funding period: $X.XX (you pay, since rate is positive and you're long)
Daily cost (3 periods): $X.XX
Weekly cost: $XX.XX
Monthly cost (est.): $XXX.XX
💡 Tip: Factor funding costs into your trade plan, especially for longer holds.
Example prompts:
Monitor funding rates and flag significant changes:
When asked to monitor, periodically check:
Example prompts:
Aggregate funding data for a broad market view:
get_funding_rateMarket Sentiment (via Funding Rates)
=====================================
Total instruments: XX
Positive (bullish bias): XX (XX%)
Negative (bearish bias): XX (XX%)
Average rate: +0.00XX%
Median rate: +0.00XX%
Extreme bullish (>0.03%): [list]
Extreme bearish (<-0.03%): [list]
Overall: Market is leaning [bullish/bearish/neutral]
Example prompts: