blofin-trader
Installation
SKILL.md
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 |