MM Flow

mmflow API · Keys

API keys

The mmflow Open API is free and works without a key. Generate a key for higher REST/SSE quota, usage labels, and future keyed WebSocket gateway deployments.

Generate new key

Your keys

0 active

No keys yet. Generate one above to get started.

Quota status

v1 REST and SSE stay public at 60 req/min/IP. Valid free keys get 300 req/min/key; pro keys get 3000 req/min/key. WebSocket gateway deployments also require a valid key.

Pass keys as either an HTTP header or query param:

curl -H "X-API-Key: <your-key>" https://mmflow.ai/api/v1/perps/oi
curl -H "Authorization: Bearer <your-key>" https://mmflow.ai/api/v1/perps/oi
curl "https://mmflow.ai/api/v1/perps/oi?api_key=<your-key>"

REST reference TypeScript SDKPython SDKAPI status