Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

No Fresh Data

This problem occurs when the API does not have fresh data available.

Your client application did everything correctly. Unfortunately our API encountered a condition that resulted in this problem.

Type URITitleStatus
https://docs.sushi.com/api/errors/no-fresh-dataNo Fresh Data500
Example of an no-fresh-data problem details:
{
  "type": "https://docs.sushi.com/api/errors/no-fresh-data",
  "title": "No Fresh Data Error",
  "details": "Network 1 data timeout",
  "status": 500,
  "code": "500-02",
}