portal-signup-rate
429 Too Many Requests — Signup/sign-in velocity limits were hit: magic-link requests are limited to 3 per address per 15 minutes, and new free-account creation is velocity-li.
portal-signup-rate
HTTP 429 Too Many Requests
Content-Type: application/problem+json
{
"type": "https://docs.transmute.403fin.io/errors/portal-signup-rate",
"title": "...",
"status": 429,
"detail": "...",
"requestId": "req_01J..."
}
Signup/sign-in velocity limits were hit: magic-link requests are limited to 3 per address per 15 minutes, and new free-account creation is velocity-limited per source IP (anti-abuse).
Common causes
- Repeatedly re-requesting a magic link before the previous one arrived
- Many signups from one office/VPN egress IP
How to fix it
Wait a few minutes; check spam for the earlier link. Teams onboarding many accounts from one network should contact sales/support.
Does it bill?
Not applicable — portal routes are never metered. See Test vs Live Keys for the full billing rules.
Related
- Errors Overview — the problem+json shape and the closed catalog
- Every response carries an
X-Request-Id; quote it when contacting support.
Was this page helpful?