Skip to main content

Free API Key

Generate a free-tier API key instantly. No account required.

Endpoint

POST /v1/auth/free-key

Authentication

No authentication required.

Request Body

{
"email": "you@example.com"
}
FieldTypeRequiredDescription
emailstringYesYour email address. Used for key delivery and rate limit notifications.

Response

{
"api_key": "mx_test_abc123...",
"tier": "free",
"rate_limit": "10 requests/minute",
"monthly_quota": 5000,
"message": "Your free API key has been created. Start making requests immediately."
}

Example

curl -X POST https://api.moxiemetrx.com/v1/auth/free-key \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'

Free Tier Limits

LimitValue
Rate limit10 requests/minute
Monthly quota5,000 requests
Historical data30 days
Intervals1h, 1d
Source transparencyNo

To unlock 5-minute intervals, full history, and source transparency, upgrade to Builder ($49/mo).