> ## Documentation Index
> Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Response Codes

> HTTP response codes for Jupiter APIs.

<Tip>
  **Help Us Debug**

  If you face any issues, please provide a clear and concise description of the error.

  **Logging the response headers** will help us identify your requests.
</Tip>

<Note>
  For product-specific error codes, refer to each product's documentation.
</Note>

## HTTP status codes

| Code | Description  | Debug                                                                                                                                                                                                                                                                          |
| :--- | :----------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 200  | Success      | Request completed successfully.                                                                                                                                                                                                                                                |
| 400  | Bad Request  | Check the request parameters and syntax.                                                                                                                                                                                                                                       |
| 401  | Unauthorised | Check that your API key is correct and active.                                                                                                                                                                                                                                 |
| 404  | Not Found    | Check the endpoint URL.                                                                                                                                                                                                                                                        |
| 429  | Rate Limited | You have exceeded your rate limit. Slow down requests or implement backoff. See [Rate Limits](/portal/rate-limits) for details.                                                                                                                                                |
| 5xx  | Server Error | Retry with backoff. If persistent, submit a [Portal Enquiry](https://support.jup.ag/requests/new?ticket_form_id=18069133114012\&tf_18541841140892=api_or_developer) or reach out in [Discord Dev Support](https://discord.com/channels/897540204506775583/910250162402779146). |


Built with [Mintlify](https://mintlify.com).