Skip to main content
All TON Center API v2 methods use a standard set of HTTP status codes to indicate the result of a request.
Status codeDescription
404 Not FoundThe requested resource does not exist in storage.
405 Method Not AllowedThe endpoint was called with an unsupported HTTP method. Use GET or POST.
409 ConflictThe resource was found but does not match the expected type for this method.
422 Unprocessable ContentThe request parameters failed validation (e.g., missing, malformed, or conflicting values).
429 Too Many RequestsToo many requests. Back off and retry.
500 Internal Server ErrorAn internal error occurred. Retry or contact support if it persists.
504 Gateway TimeoutThe liteserver did not respond in time. Retry the request.
542 Server ErrorA liteserver error or an unsupported TVM stack type was encountered.
For method-specific error messages and troubleshooting details, refer to the documentation for the relevant endpoint.