Client Errors (400)
| Code | HTTP | Description |
|---|---|---|
| INVALID_REQUEST | 400 | Invalid or missing request parameters |
Rate Limiting (429)
| Code | HTTP | Description |
|---|---|---|
| RATE_LIMIT_EXCEEDED | 429 | Too many requests (100 per 15min general, 20 per 15min strict) |
Request Size (413)
| Code | HTTP | Description |
|---|---|---|
| REQUEST_TOO_LARGE | 413 | Request URL or body exceeds size limit |
Not Found (404)
| Code | HTTP | Description |
|---|---|---|
| ENDPOINT_NOT_FOUND | 404 | Invalid API endpoint |
Analysis Failures (500)
| Code | HTTP | Description |
|---|---|---|
| ANALYSIS_FAILED | 500 | Complete security analysis failed |
| BUNDLER_DETECTION_FAILED | 500 | Coordinated buyer detection failed |
| PHISHING_CHECK_FAILED | 500 | Phishing detection failed |
| SIMULATION_FAILED | 500 | Transaction simulation failed |
General (500)
| Code | HTTP | Description |
|---|---|---|
| INTERNAL_SERVER_ERROR | 500 | Unhandled server error |
Summary
Categories:- 4xx Client Errors
- 429 Rate Limiting
- 413 Too Large
- 404 Not Found
- 5xx Server Errors (analysis failures + general)

