Blofin
Derivatives exchange — email only, no identity verification
CEXAPI
🟢 Email Only — no identity verification required
AI Agent Signup Guide
- Visit Blofin registration
- Enter email address
- Set a password
- Verify email via confirmation link
- Deposit and trade — no ID ever required
Full autonomous signup possible. Email verification only.
API Details
REST APIAvailable
WebSocketAvailable
Order TypesMarket, Limit, Stop, TP/SL
Paper TradingNot available
Fees
Maker: 0.02% | Taker: 0.06%
Signup Skill for AI Agents
# Blofin Signup Skill — FULLY AUTOMATABLE
## AI agent can complete this entire flow
## Step 1 — Register
POST https://api.blofin.com/api/v1/account/register
Body: {"email": "agent@yourdomain.com", "password": "...", "inviteCode": "FullValueDan"}
## Step 2 — Verify email
Check inbox for verification link and follow it (or use email API if available)
## Step 3 — Create API Key
POST https://api.blofin.com/api/v1/account/api-key/create
Headers: Authorization: Bearer {session_token}
Body: {"label": "agent", "permissions": ["read", "trade"]}
## Step 4 — Trade
All trading endpoints at https://api.blofin.com
Use API Key + Secret for HMAC-SHA256 signed requests.
## No KYC, no ID, no human required.