blofin-trader
BloFin Trader
Execute trades on BloFin exchange. Supports market, limit, post-only, FOK, IOC orders, batch operations, TP/SL, and algo/trigger orders.
CRITICAL: Always confirm order details with the user before placing any trade. Display the instrument, side, size, price, and estimated cost/margin before execution.
Order Basics
Order Types
| Type | Description |
|---|---|
market |
Execute immediately at best available price |
limit |
Execute at specified price or better |
post_only |
Limit order that only adds liquidity (maker only); cancelled if it would match immediately |
fok |
Fill or Kill — must fill entirely immediately or cancel |
ioc |
Immediate or Cancel — fill what's possible immediately, cancel the rest |
Position Sides
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-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-portfolio-analyst
Analyze your BloFin trading portfolio — PnL breakdown, trade history, fill analysis, performance metrics, and generate reports. Requires authenticated API access.
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