API REFERENCE v1
Coinkun API status codes
HTTP response conventions and the boundary between current behavior and planned API coverage.
On this page
#HTTP status codes
PlannedThese are standard response meanings used when reading API documentation. Their inclusion does not mean every planned endpoint or error handler is implemented.
| Code | Meaning | Interpretation |
|---|---|---|
| 200 | OK | The operation succeeded |
| 400 | Bad Request | The request cannot be processed as supplied |
| 401 | Unauthorized | Credentials are absent or rejected |
| 404 | Not Found | No matching route or resource exists |
| 409 | Conflict | The operation conflicts with current resource state |
| 429 | Too Many Requests | A request limit has been reached |
| 500 | Internal Server Error | An unexpected server failure occurred |
| 503 | Service Unavailable | A required service is temporarily unavailable |