blofin-portfolio-analyst
BloFin Portfolio Analyst
Analyze trading performance, review trade history, compute PnL metrics, and generate portfolio reports.
Core Analysis Workflows
1. Portfolio Snapshot
Build a comprehensive overview of the user's current portfolio state:
- Get account balance via
get_balance— total equity, available margin, unrealized PnL - Get all positions via
get_positions— open positions with entry price, size, PnL - Get current prices via
get_tickersfor each held instrument - Calculate and present:
- Total portfolio value (equity)
- Unrealized PnL (absolute and percentage)
- Per-position breakdown: instrument, side, size, entry price, current price, PnL, PnL%
- Available margin and margin usage ratio
- Largest winning and losing positions
More from blofin/blofin-skills-hub
blofin-funding-monitor
Monitor BloFin perpetual swap funding rates, analyze market sentiment through funding data, and track funding rate trends across instruments.
43blofin-market-data
Retrieve real-time market data from BloFin exchange — prices, orderbook depth, candlestick charts, trades, mark prices, and funding rates. No authentication required.
36blofin-trader
Execute trades on BloFin exchange — place orders (market, limit, post_only, fok, ioc), cancel orders, batch operations, close positions, and manage TP/SL and algo/trigger orders. Requires authenticated API access with TRADE permission.
35blofin-risk-manager
Risk management for BloFin trading — position sizing, leverage assessment, liquidation monitoring, risk scoring, and exposure analysis. Helps maintain disciplined trading within user-defined risk parameters.
34blofin-setup
Set up and configure the BloFin MCP server. Guides through API key creation, MCP configuration, connection verification, and switching between demo/production environments.
33blofin-account-manager
Manage BloFin futures account — check balances, view positions, configure leverage, margin mode, and position mode. Requires authenticated BloFin API access.
33