Errors
The nokori API attempts to follow the RFC9110 Standard Status Codes for all API responses.
Status codes
Here is a list of the different categories of status codes returned by the Protocol API. Use these to understand if a request was successful.
- Name
2xx
- Type
- Description
A 2xx status code indicates a successful response.
- Name
4xx
- Type
- Description
A 4xx status code indicates a client error — this typically means there was an error in the request you sent to the API. problem.
- Name
5xx
- Type
- Description
A 5xx status code indicates a server error — while rare, these indicate an issue happened with our servers. In most cases we are notified of these but always feel free to report any
5xx
issues you encounter.